开源即时消息 API

发布于 2024-07-25 15:12:39 字数 1542 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

冰雪之触 2024-08-01 15:12:39

如果您正在考虑制作客户端,请查看 libpurple。 这是 pidgin 和许多其他 IM 客户端用来访问多个 IM 网络的方法。

http://developer.pidgin.im/wiki/WhatIsLibpurple

如果您只是担心一个IM 网络中,最容易使用的网络是 Jabber,因为它是一种开源协议

http://www.jabber。组织/

If you are looking into making a client, check out libpurple. This is what pidgin and many other IM clients use to access multiple IM networks.

http://developer.pidgin.im/wiki/WhatIsLibpurple

If you are just worried about one IM network, the easiest one to work with would be Jabber because it is an open sourced protocol

http://www.jabber.org/

思慕 2024-08-01 15:12:39

XMPP...大量文档、库等等。 http://xmpp.org

XMPP... lots of documentation, libraries and so on. http://xmpp.org

薄情伤 2024-08-01 15:12:39

全面来说,telepathy 是 libpurple 的一个相当好的竞争对手。 它安全、模块化且坚固耐用。

Just to be comprehensive, telepathy is a rather good competitor to libpurple. It's secure, modular and robust.

不可一世的女人 2024-08-01 15:12:39

您可以使用 QXmpp。 它是一个用 C++ 和 Qt 编写的免费 (LGPL) XMPP 客户端库。 它轻巧且易于使用。

项目页面:http://code.google.com/p/qxmpp

You can use QXmpp. It is a free (LGPL) XMPP client library written in C++ and Qt. It's light and simple to use.

Project page: http://code.google.com/p/qxmpp

三五鸿雁 2024-08-01 15:12:39

如果您对 OSCAR 协议 (AIM) 感兴趣,请查看 Open AIM。 他们有关于 C++/C#/Java 自定义客户端以及如何访问 Web AIM 的文档。

If you're interested in the OSCAR protocol (AIM), check out Open AIM. They have documentation on custom clients for C++/C#/Java as well as how to access Web AIM.

梦巷 2024-08-01 15:12:39

如果您需要服务器端支持 IM,请使用 OpenSIPS。 对于客户端,洋泾浜和 libPurple。

If you need server side to support IM, use OpenSIPS. For client side, pidgin and libPurple.

信仰 2024-08-01 15:12:39

您可以使用 Kik API 在 Kik Messenger 之上构建即时消息移动应用程序。 此 API 允许您的应用程序使用 Kik 自己的传输和基础设施在不同移动用户之间可靠地传输和存储丰富的内容和文件。 它可在 Android 和 iPhone 上使用,在简单的场景中,只需大约 5 行代码就可以集成到您的应用程序中。 这里有更多信息:http://www.kik.com/dev

免责声明:我是其中之一Kik API 背后的开发人员:)

You can use Kik API to build your instant messaging mobile apps on top of Kik Messenger. This API lets your app to reliably transfer and store rich content and files between different mobile users using Kik's own transport and infrastructure. It is available on Android and iPhone and, in simple scenarios, can be integrated into your app with about 5 lines of code. There is more info here: http://www.kik.com/dev

Disclaimer: I'm one of the developers behind Kik API :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文