5

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.

pavium
  • 14,808
  • 4
  • 33
  • 50
grigoryvp
  • 40,413
  • 64
  • 174
  • 277

2 Answers2

7

I know of two streamline options:

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

jalf
  • 243,077
  • 51
  • 345
  • 550
LiraNuna
  • 64,916
  • 15
  • 117
  • 140
1

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

Chuck Norris
  • 15,207
  • 15
  • 92
  • 123
artem
  • 16,382
  • 34
  • 113
  • 189