XMPPFramework

Published on Saturday, 3 February 2018

https://github.com/robbiehanson/XMPPFramework

XMPPFramework

Create an Xcode project.

Open terminal at that folder location.

pod init

pod 'XMPPFramework', :git => "https://github.com/robbiehanson/XMPPFramework.git", :branch => 'master'

@import XMPPFramework;

Getting Started


Tutorials

Had issues setting up Ejabbered on the mac.

I'm using an OpenFire server I setup so used that instead, with a couple of clients connected to there instead.

Clients

Stack Overflow


Setting the Server

set the server url

set the port


Delivery Receipts

Read Receipts


Group Chat

Wordpress Original Link