开发者

While implementing xmpp chat in ios app, it did not recieve message from other end while message sent succesfully?

开发者 https://www.devze.com 2023-03-23 13:30 出处:网络
I have implemented xmpp chat in ios app, connection get established, get authenticated, message succe开发者_Go百科ssfully sent but it not recieving message from other end??You must send a presence sta

I have implemented xmpp chat in ios app, connection get established, get authenticated, message succe开发者_Go百科ssfully sent but it not recieving message from other end??


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:

<presence>
  <priority>10</priority>
</presence>
0

精彩评论

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

关注公众号