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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -