问题描述
我想开发一个聊天应用程序,在其中我成功添加了DDXML,DDXMLElement,DXMLElementAddition等文件,现在我需要添加XMPP框架文件及其库,在哪里可以找到这些文件,是否有任何开源这些文件?
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?
我检查了网站 http://code.google.com/p/xmppframework/wiki/iPhone ,他们提到要添加哪些文件,但是我没有找到要包含在我的项目中的文件,如果有人知道,请告诉我..
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..
先谢谢...
推荐答案
您是指XMPP源吗?他们在这里:
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 /
描述了其他库. AsyncSocket是这个:
Other libs are described. AsyncSocket is this one:
http://code.google.com/p/cocoaasyncsocket/source/checkout
这篇关于在哪里可以找到适用于iPhone的XMPP框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!