开发者

group chat room using XMPP in xcode iphone to support multiuser chat

开发者 https://www.devze.com 2023-04-04 09:12 出处:网络
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 rece开发者_运维百

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 rece开发者_运维百科ive their messages. How can I use isGroupChatMessageWithBody for enabling the one to multiple chat?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号