4

Is there a XMPP library for iPhone development with BOSH support? I checkout xmppframework but that does not seem to have bosh support.

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Amal
  • 664
  • 4
  • 10
  • 23
  • may be this question can help you --- http://stackoverflow.com/questions/2393774/how-to-use-xmpp-over-bosh – Girish Kolari Apr 05 '11 at 10:04
  • Did you find a XMPP library with BOSH support for iOS/Mac? Found this library, haven't tried it myself. https://github.com/doitian/ocbosh Let me know if this helps. –  Oct 11 '12 at 03:21

2 Answers2

3

Have you tried this: https://github.com/directi/xmppframework/

dhruvbird
  • 6,061
  • 6
  • 34
  • 39
  • 2
    I posted that link for a reason. Here is the link _again_ (since you didn't bother checking other branches): https://github.com/directi/xmppframework/tree/88892827886121404256092cee9813ab3f330645/ – dhruvbird Jun 07 '11 at 21:44
  • Just to clear my doubts, is XMPPFramework stable? I ask this because the commit history shows the last commit was made 2 years back. Thanks :-) – Ravindranath Akila May 23 '13 at 03:24
0

Please also check this: https://github.com/robbiehanson/XMPPFramework

I don't see that this project was forked from : https://github.com/directi/xmppframework/ though

Ravindranath Akila
  • 209
  • 3
  • 35
  • 45