与所有 IM 服务器通信的通用协议是什么?
我打算使用这个应用程序开发 IM 客户端应用程序,我们可以与所有 IM 服务器通信,如 google、yahoo、aim、jabber... 在网上冲浪时,我看到 lippurble 是与所有服务器通信的通用库,但它有是否有可用的 lippurble j2me 版本或其他一些库,例如用于 j2me 移动的 libpurble,因为我计划为 j2me 和黑莓应用程序创建 IM 客户端。
I m planing to develop IM client application using this application we can able to communicate with all IM server like google,yahoo,aim,jabber... while surfing net i have seen that lippurble is general library to communicate with all server but it has been developed by C.Is there is lippurble j2me version available or some other library like libpurble for j2me mobile, because i m planing to create IM client for j2me and blackberry application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 DBus 访问 Pidgin (libpurple)。对于 Java 访问,您可以使用此库。
请注意,不存在用于访问所有 IM 服务的单一协议: Pidgin 是最接近匹配的一种实现您的要求(也许还有其他要求)。
You can access Pidgin (libpurple) through the DBus. For Java access, you can use this library.
Note that there is no single protocol for accessing all IM services: Pidgin is one implementation that comes the closest to matching your requirement (there are maybe others).