5

Possible Duplicate:
How to implement XMPP protocol in objective-C?

I am a new developer for Xcode, I don't know how to use XMPP Framework to develop chat application for iPhone. So, please can help me for creating chat appication using XMPP? Also provide some example, if possible.

Thanks!

Community
  • 1
  • 1
MEET
  • 51
  • 1
  • 2
  • 1
    See also [How to implement XMPP protocol in objective-C?](http://stackoverflow.com/questions/6358244/how-to-implement-xmpp-protocol-in-objective-c) and [Using XMPP with iPhone SDK?](http://stackoverflow.com/questions/5639012/using-xmpp-with-iphone-sdk) – Brad Larson Oct 04 '11 at 17:06
  • //*****Best Way create podfile with This info: platform :ios, '8.0' use_frameworks! pod 'XMPPFramework', :git => "https://github.com/robbiehanson/XMPPFramework.git", :branch => 'master' pod 'CocoaAsyncSocket' pod 'CocoaLumberjack/Swift' pod 'KissXML/SwiftNSXML' – Ravi Kumar Sep 06 '16 at 06:37

1 Answers1

8

Tutsplus recently posted extensive tutorial on creating chat application using xmpp framework.

Vladimir
  • 170,431
  • 36
  • 387
  • 313