首先下载xmppframework
地址: https://github.com/robbiehanson/XMPPFramework 点ZIP那个按钮下载。
具体的操作方法参考:https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS
https://github.com/robbiehanson/XMPPFramework/wiki/IntroToFramework
这里是最新的也是最详尽的操作指南。
详细的操作步骤见说明文档 。
老外写的step by step 真心给力啊!一步一步的按照操作去做保证没问题。只是在添加KissXML 时候,有个Header Search Pathhs 是填: /usr/include/libxml2
自己在手动填写时候不还以为第一个是user,搞了好久才发现. 是/usr 。害得浪费些时间查这个问题。
相关资料:
XMPP 维基中文翻译资料
http://wiki.jabbercn.org/index.php?title=RFC3920&variant=zh-cn
ios上一个client demo 不过xmppframework版本比较旧
http://mobile.tutsplus.com/tutorials/iphone/building-a-jabber-client-for-ios-interface-setup/
比较详细的step by step .
https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS
XMPPFramework环境配置,布布扣,bubuko.com
原文:http://blog.csdn.net/ganjicijiao/article/details/20609135