I have implemented the one to one chat using xmpp.But for one to multiple users i tried to pass an array of recipients in "to" parameter,it sends my message to all of them but cant receive their messages,How can i use isGroupChatMessageWithBody for enabling the one to multiple chat.Any help would be appreciated.

Thanks Vikas

link|improve this question

40% accept rate
1  
What framework or library are you using? – Eric Nov 13 '11 at 5:10
u can go with XMPP framework – vikas ojha Nov 15 '11 at 10:14
feedback

1 Answer

isGroupChatMessageWithBody won't work the way you are trying to use it. It is a method that returns a BOOL based on whether or not the message is of type group chat.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.