22

I'm making a GTalk client for iOS and would need a XMPP library to do the heavy lifting. Anyone know of such?

Peter DeWeese
  • 18,141
  • 8
  • 79
  • 101
Pompair
  • 7,083
  • 11
  • 60
  • 69
  • use this [http://code.google.com/p/xmppframework/w/list](http://code.google.com/p/xmppframework/w/list) this will be very help full for you and you can checkout the code from [http://code.google.com/p/xmppframework/source/checkout](http://code.google.com/p/xmppframework/source/checkout) – Raj Mar 04 '11 at 13:10
  • You can see my answer on this link : http://stackoverflow.com/questions/10312847/how-do-chat-ios-applications-communicate/10312934#10312934 – YogiAR Nov 01 '12 at 04:53
  • Please see the following links: http://mobile.tutsplus.com/tutorials/iphone/building-a-jabber-client-for-ios-server-setup/ http://strophe.im/ – Ravindranath Akila May 22 '13 at 07:15

1 Answers1

21

There's a single Objective-C library (xmppframework) listed on the XMPP Standards Foundation site, although if this doesn't prove to be suitable you should be able to get the C/C++ libraries up and running with some wrangling.

clozach
  • 5,118
  • 5
  • 41
  • 54
John Parker
  • 54,048
  • 11
  • 129
  • 129