在xcode iphone中使用XMPP的群聊室支持多用户聊天

发布于 2024-12-03 23:57:52 字数 120 浏览 0 评论 0原文

我已经使用 xmpp 实现了一对一聊天。但是对于一对多用户,我尝试在“to”参数中传递一组收件人,它将我的消息发送给所有人,但无法接收他们的消息。如何使用 isGroupChatMessageWithBody 启用一对多聊天?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江城子 2024-12-10 23:57:52

isGroupChatMessageWithBody 不会按照您尝试使用它的方式工作。该方法根据消息是否属于群聊类型返回 BOOL。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文