We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您可以使用 libpurple,这是 Pidgin 和 Adium 使用的。不过它是 GPL 的,所以不确定这是否会使其不合适,具体取决于您对其进行了哪些修改(如果有)。
You could possibly use libpurple, which is what Pidgin and Adium use. It is GPL'd though, so not sure if this would make it unsuitable, depending on what modifications, if any, you made to it.
Libpurple 是一个核心 API,您可以在其上构建 IM 支持。您提到的几个客户端都使用它,包括几个 Web 应用程序。
Libpurple is a core api that you can build your IM support on. It is used by several of the clients you mentioned, including several web applications.
可扩展的消息传递和状态协议
XMPP
适用于 Jabber/XMPP。
但其余的都是具有封闭协议的闭源项目。
跨网络 IM 都使用重新设计的协议,例如 libpurple。
Extensible Messaging and Presence Protocol
XMPP
That's for Jabber/XMPP.
But the rest are all closed source projects with closed protocols.
The cross-network IMs are all using reengineered protocols like libpurple.