where do we find XMPP framework for iphone?

余生颓废 提交于 2019-12-08 14:20:00

问题


I want to develop an chat application, in which I successfully added files of DDXML, DDXMLElement, DXMLElementAddition etc., now I need to add XMPP framework files and its libraries, where do i find these files, is there any open source of these files?

I checked the site http://code.google.com/p/xmppframework/wiki/iPhone in which they mentioned which files to be added, but I didnt find those files to include in my project, if anyone knows please tell me..

Thans in advance...


回答1:


Do you mean the XMPP sources? Here they are:

http://code.google.com/p/xmppframework/source/checkout

You have to checkout the sources manually, that is the easiest way, or you browse the repository and save all files:

http://code.google.com/p/xmppframework/source/browse/

Other libs are described. AsyncSocket is this one:

http://code.google.com/p/cocoaasyncsocket/source/checkout




回答2:


I think the google repo is officially moved to git at https://github.com/robbiehanson/XMPPFramework




回答3:


Here are their files for the project: http://code.google.com/p/xmppframework/source/browse/?r=default#hg%2FXcode%2FiPhoneXMPP

And in your XCode project the framework you need to add is CFNetwork

So right click on your Frameworks folder in XCode

Add > Existing Frameworks > Select "CFNetwork"

and everything should be ready to run their iPhone XMPP example.



来源:https://stackoverflow.com/questions/5132255/where-do-we-find-xmpp-framework-for-iphone

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