Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 924 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 924 Bytes

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.