Suhas_United
Suhas_United

Reputation: 237

XMPP client library for ios with BOSH support

I am looking for a Objective C XMPP client library with BOSH support for my iPad app. I came across XMPPFramework but I learned that it does not have BOSH support or does it?

Can any one point me to some library or how i can use XMPPFrameWork with BOSH support?

Upvotes: 4

Views: 1899

Answers (1)

Jonathan Howard
Jonathan Howard

Reputation: 216

I was not able to find one for my project utilizing Jabber/XMPP so I ended up using libstrophe for my project. It works perfectly, if you need an Objective-C object, you can simply wrap the method calls with senders and receivers.

Upvotes: 2

Related Questions