XMPP Ejabberd 聊天服务器

XMPP Ejabberd chat server

我想为以下功能自定义我的 ejabberd 聊天服务器。

  1. 群聊
  2. 广播消息
  3. 用户从 2 个客户端登录(如 web.whatsapp.com)

我需要进行哪些配置更改?

Ejabberd 支持您提到的所有功能。

1) 群聊 - 服务器应支持 XEP-0045 for Multi User Chat. Ejabberd supports that with the module mod_muc module. You can read the mod_muc 配置文档

2) 广播消息 - 服务器应支持 XEP-0033 for Extended Stanza Messaging. Ejabberd supports this with mod_multicast 模块。

3) 对于通过2个客户端登录的用户,请阅读此https://github.com/processone/ejabberd/issues/72