我们可以在 Android 中使用 Smack api 创建除 GTalk 之外的 IM 客户端吗?
在过去的两周里,我正在努力创建一个应用程序,用于与 Android 中的所有 Messenger 进行通信。
我正在使用 Smack API,现在我可以连接到 GTalk。
现在正在尝试将其连接到雅虎通。
但它抛出了一些异常。
我想知道我们是否可以使用 Smack API 创建 Yahoo IM 客户端。
如果可能,请提供 Smack API 支持的 IM 客户端列表。
For the past two weeks, i am working to create an application, which is used to communicate with all Messengers in Android.
I am using the Smack API for that, and now I can connect to GTalk.
Now trying to connect it to the Yahoo messenger.
But it is throwing some exception.
I want to know whether we can create Yahoo IM client using Smack API or not.
If possible please give the list of IM clients supported by Smack API.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 Smack 网站的介绍,“Smack 是一个用于即时消息传递和在线状态的开源 XMPP (Jabber) 客户端库”。雅虎! Messenger 使用不兼容的专有协议。维基百科有一个基于 XMPP 协议的即时消息客户端列表,位于 http://en.wikipedia.org/ wiki/List_of_XMPP_client_software。
According to the Smack website, "Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence.". Yahoo! Messenger uses a non-compatible proprietary protocol. Wikipedia has a list of instant messaging clients based on the XMPP protocol at http://en.wikipedia.org/wiki/List_of_XMPP_client_software.