Skip to content

inaka/ios-xmpp-sample

Repository files navigation

CrazyMessages

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.

Blog posts:

App Status

So far the app implements:

  1. XMPPFramework Integration.
  2. XMPP Connection and Authentication.

Connect and Authenticate

Next steps:

  1. Roster retrieval. Add contacts, remove contacts.
  2. Messages. Send and receive one to one messages.
  3. MUCLight vs MUC. Create your own WhatsApp like groups.