我在哪里可以找到 ICQ 用于开发我自己的客户端的协议堆栈?

发布于 2024-07-11 14:27:18 字数 149 浏览 11 评论 0原文

我要开发 ICQ 客户端,我只是想知道在哪里可以找到参考资料来了解他们使用的协议? 任何链接、书籍等
顺便说一句,如果我没记错的话 - 所有 ICQ 客户端 - QIP、Miranda、ICQ Lite 等 - 使用相同版本的协议来与 ICQ 服务器正确通信?

I am going to develop ICQ client and I just wonder where can I find a reference to understand the protocols they used? Any links, books, etc.
And, by the way, if I am not mistaken - all ICQ clients - QIP, Miranda, ICQ Lite and others - uses the same version of protocol to communicate correctly with ICQ servers?

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

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

发布评论

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

评论(3

恋竹姑娘 2024-07-18 14:27:19

libpurple 是一个实现许多 IM 协议的库,其中包括 icq 使用的 oscar 协议。 很多即时通讯客户端都在使用它,而且非常稳定,所以我建议你就使用它。 如果你想了解 oscar,学习 libpurple 可能是个好主意。

libpurple is a library that implements lots of IM protocols, among them the oscar protocol used by icq. It is used by many IM clients and is pretty stable, so I recommend you just use it. If you want to understand oscar though, studying libpurple might be a good idea.

酒浓于脸红 2024-07-18 14:27:19

维基百科有一篇关于 OSCAR 协议的文章,尽管它是专有的。

Wikipedia has an article on the OSCAR protocol, although it's proprietary.

太阳哥哥 2024-07-18 14:27:19

Pidgin 是开源的,也许你可以参考它的源代码。

Pidgin is open source, perhaps you can refer to its source code.

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