适用于 iOS (iPhone/iPad) 的 XMPP 库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4734596/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
XMPP library for iOS (iPhone/iPad)
提问by Pompair
I'm making a GTalk client for iOS and would need a XMPP library to do the heavy lifting. Anyone know of such?
我正在为 iOS 制作一个 GTalk 客户端,并且需要一个 XMPP 库来完成繁重的工作。有谁知道这样的吗?
回答by John Parker
There's a single Objective-C library (xmppframework) listed on the XMPP Standards Foundation site, although if this doesn't prove to be suitable you should be able to get the C/C++ libraries up and running with some wrangling.
XMPP 标准基金会站点上列出了一个单一的 Objective-C 库 ( xmppframework) ,但如果证明这不合适,您应该能够启动并运行 C/C++ 库并进行一些争论。