How can I implement auto join for XMPP room in iOS

扶醉桌前 提交于 2019-12-05 18:52:58

I think you have to show this link : https://xmpp.org/extensions/xep-0048.html . Here you can find the solution of Auto join and room storage.

There is No way for , reEnter to your rooms Automatically. you should make a loop in your group list ( rooms ) and Enter to each of them. i recommend to do it by operationQueue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!