在ios应用程序中实现xmpp聊天时,消息发送成功但没有收到另一端的消息?
我已经在ios应用程序中实现了xmpp聊天,连接建立,获得身份验证,消息成功发送,但它没有从另一端接收消息?
I have implemented xmpp chat in ios app, connection get established, get authenticated, message successfully sent but it not recieving message from other end??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须发送一个存在节,要么不带优先级子元素(这意味着优先级 0),要么带有 0 或更高的优先级元素,才能接收消息:
You must send a presence stanza, either without a priority subelement (which means priority 0), or with a priority element that is 0 or higher, in order to receive messages: