简体   繁体   English

与ICQ交互的最佳C ++库?

[英]Best C++ library to interact with ICQ?

I have a Qt-based windows application written in C++ that needs to report it's status via ICQ and react on some ICQ messages. 我有一个用C ++编写的基于Qt的Windows应用程序,它需要通过ICQ报告它的状态并对一些ICQ消息做出反应。 Maybe anyone know a good library to interact with ICQ? 也许有人知道一个好的图书馆与ICQ互动? I need to connect ICQ with registered login and password, send messages to specified contacts and receive messages from them. 我需要将ICQ与注册的登录名和密码连接,向指定的联系人发送消息并从他们接收消息。

I know of two streamline options: 我知道两个简化选项:

libpurple - The core library behind Pidgin libpurple - Pidgin背后的核心库
Telepathy - The core behind Empathy 心灵感应 - 移情背后的核心

qoscar.googlecode.com - 实际的库,由我写在qt上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM