Server less Group Messaging (chating) Xmpp

339 views Asked by At

I Want to Implement Group Messaging (chatting) without associating server(Peer to Peer chatting)

Although connections are established by ejabberd server.I am able to do it one to one chat but didn't got success in group messaging.

Does anyone has idea how to implement this feature ?

1

There are 1 answers

0
NullByte On

Your Looking for MultiChatUser(MUC), if your using aSmack or Smack for chatting peer to peer then you can surly do group chat using MUC, refer below link for MUC chat

https://www.igniterealtime.org/builds/smack/docs/latest/documentation/extensions/muc.html

Hope this helps you!