ejabberd: retrieve chat history from mysql db

前端 未结 2 1105
悲&欢浪女
悲&欢浪女 2021-02-06 12:05

I\'m building a chat system based on ejabberd using an iOS client (and XMPPFramework).

My current chat system supports only one-on-one conversations between users saving

2条回答
  •  心在旅途
    2021-02-06 12:20

    This should be possible with mod_archive_odbc. It's an additional ejabberd module that you can find by checking out http://svn.process-one.net/ejabberd-modules/ with SVN. An example on how to build and install a module on Debian can be found here.

提交回复
热议问题