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?
views:
103answers:
3
A:
Pidgin is open source, perhaps you can refer to its source code.
Hao Wooi Lim
2009-01-22 07:17:39
+2
A:
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.
Kim
2009-01-22 07:45:50
it`s a library implemented in C++, right? so I can use any library in C++ I want to? QT, boost, etc.?
chester89
2009-01-22 08:28:07