Hello everyone. Can anyone tell me if it is possible to do group chats where more than two users are chatting? I cannot find anything that tells me how to enable this.
Thanks,
Duffy
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hello everyone. Can anyone tell me if it is possible to do group chats where more than two users are chatting? I cannot find anything that tells me how to enable this.
Thanks,
Duffy
Group chatting is possible using MUC
The core protocols of Jabber/XMPP describe messages from one to one. For group chats there is this extension:XEP-0045: Multi-User Chat .
To use this, both the client and the server must support Groupchat or MUC. Most Jabber clients support it (Tkabber screenshot ). And ejabberd includes a MUC service, check the ejabberd Guide.