How to implement XMPP protocol in objective-C? [closed]

别等时光非礼了梦想. 提交于 2019-12-18 04:05:24

问题


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/



来源:https://stackoverflow.com/questions/6358244/how-to-implement-xmpp-protocol-in-objective-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!