I need to implement group chat using XMPP. I Implemented one-to-one chat with Openfire server. Any body knows please post the code.
Asked
Active
Viewed 7,451 times
1
-
I need to implement u have code pls help me @spider – Manoj Jonna Jan 02 '14 at 07:16
-
Take a read at this similar thread: [XMPPFramework - How to create a MUC room and invite users?](http://stackoverflow.com/questions/6786813/how-to-create-a-room-and-invite-users-using-xmppframework) – Keith OYS Jun 17 '14 at 09:07
1 Answers
2
Link :
https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS
the above git repo comes with a sample project try following it, copy pasting isn't a solution i guess.
also you can go through :
http://mobile.tutsplus.com/tutorials/iphone/building-a-jabber-client-for-ios-xmpp-integration/
for a tutorial,with all the basic implementation done.

Bhavin Bhadani
- 22,224
- 10
- 78
- 108

spider1983
- 1,098
- 1
- 7
- 14
-
I know how to implement one to one chatting> i Want to know group chat.If u know pls post the code – Manoj Jonna Jan 02 '14 at 08:55
-
for group chat refer: http://stackoverflow.com/questions/19268629/xmpp-ios-chat-client-implement-group-chat – spider1983 Jan 02 '14 at 09:06
-
I referred that link In that how to send message to multible clients .please tell me – Manoj Jonna Jan 02 '14 at 10:33
-
in this you will send your message to chat room rather than clients they all will be getting the message if they have joined the chat room you are sending your message. – spider1983 Jan 03 '14 at 05:20
-
1Spider Please send me code how to create room. I am very needed .If u have Please . – Manoj Jonna Jan 04 '14 at 13:20
-
follow this this is with code http://stackoverflow.com/questions/19268629/xmpp-ios-chat-client-implement-group-chat – spider1983 Jan 06 '14 at 05:52