12

How to implement XMPP protocol in objective-C?

I want to send & receive messages from Jabber server through XMPP.

Thanks in advance.

Dilip
  • 266
  • 1
  • 3
  • 6
  • //*****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:39

2 Answers2

13

Make use of the XMPP Framework for Cocoa.

Here's the Getting started using XMPPFramework on iOS.

Nick Weaver
  • 47,228
  • 12
  • 98
  • 108
3

This is a good tutorial about setting up Jabber client and and will help you to use xmpp.

http://mobile.tutsplus.com/tutorials/iphone/building-a-jabber-client-for-ios-interface-setup/

rptwsthi
  • 10,094
  • 10
  • 68
  • 109
vikas ojha
  • 217
  • 1
  • 4
  • 18