Related questions
XMPPFramework - Implement Group Chat (MUC)
I am working on the iOS chat client. Can anyone please help me with the Multi-User Chat?
I have implemented Robbiehanson's XMPPFramework.
Can anyone please let me know how to get list of group and create a group in server …
XMPPFramework - How to create a MUC room and invite users?
I am using Robbiehanson's iOS XMPPFramework. I am trying to create a MUC room and invite a user to the group chat room but it is not working.
I am using the following code:
XMPPRoom *room = [[XMPPRoom alloc] initWithRoomName:@"user101@…