Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best C++ library to interact with ICQ?

Tags:

c++

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. Maybe anyone know a good library to interact with ICQ? I need to connect ICQ with registered login and password, send messages to specified contacts and receive messages from them.

like image 607
grigoryvp Avatar asked Feb 02 '10 10:02

grigoryvp


2 Answers

I know of two streamline options:

libpurple - The core library behind Pidgin
Telepathy - The core behind Empathy

like image 133
LiraNuna Avatar answered Nov 15 '22 05:11

LiraNuna


qoscar.googlecode.com - actual library, written on qt by me.

like image 22
artem Avatar answered Nov 15 '22 05:11

artem