ios - What is the best way to fetch users list from XMPP roaster? -


I integrate XMPP chat server into my iOS application From DidReceiveIQ, it gives the list of users after connection to the XMPP server. But if I add a new user to the roam, DDREICIQ only gives to the newly added user, not the competition list. So, my question here is, what would be the best way to bring users to the roster?

Check iPhoneXMPP with an example bundled with example: when you XMPPRoster Plug in the module with XMPPRosterMemoryStorage or XMPPRosterCoreDataStorage - then it will automatically synchronize users with the selected storage included in the future, and you can remove that storage As a data source for your UITableView , etc.

Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c++ - Redefined variable in the other module -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -