Sample iOS app that implements XMPPFramework. The intention of this repository is to provide the functional code written in the "Build a complete iOS messaging app using XMPPFramework" blog posts series.
So far the app implements:
- XMPPFramework Integration.
- XMPP Connection and Authentication.
Next steps:
- Roster retrieval. Add contacts, remove contacts.
- Messages. Send and receive one to one messages.
- MUCLight vs MUC. Create your own WhatsApp like groups.