Implement group chat using ejabberd [closed]

假装没事ソ 提交于 2019-12-23 03:02:02

问题


I want to implement group chat like What's App MUC(room chat) has some limitations: 1. user can not get the history of which rooms he has joined. 2. if the invited user is not online, then the user can not join the room and get the message.

Multi cast XEP-0033, seem good solution, but can not create the group concept, and the group history is lost when uninstall and re-install the client.

Any suggestion for implementing group chat?


回答1:


XMPP does not have the concept of whatsapp group as default. You need to roll out a custom approach to build it.

However, with the existing building bricks in ejabberd, MUC, MAM and a bit of customization, you can get very close to the same behaviour.



来源:https://stackoverflow.com/questions/30393938/implement-group-chat-using-ejabberd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!