How to implement XMPP protocol in objective-C? [cl

2019-01-24 05:35发布

问题:

How to implement XMPP protocol in objective-C?

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

Thanks in advance.

回答1:

Make use of the XMPP Framework for Cocoa.

Here's the Getting started using XMPPFramework on iOS.



回答2:

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/



标签: iphone chat xmpp