pidgin.2.4.3: c892c8d3: Fix ICQ login by mimicking the clientinf...
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Tue Jul 1 18:32:40 EDT 2008
-----------------------------------------------------------------
Revision: c892c8d32fc7cbd65214d7314584e2ccb9f24563
Ancestor: 3a99a18d00cce521d6f14a5986061cd0d9d207d4
Author: nosnilmot at pidgin.im
Date: 2008-07-01T20:49:07
Branch: im.pidgin.pidgin.2.4.3
URL: http://d.pidgin.im/viewmtn/revision/info/c892c8d32fc7cbd65214d7314584e2ccb9f24563
Modified files:
libpurple/protocols/oscar/oscar.h
ChangeLog:
Fix ICQ login by mimicking the clientinfo versions used by the official
ICQ6 client.
applied changes from f15338f57c0920b685e5164d2f53e50a6d0f64b7
through 225437b7c5b01a666461a56213713d77462490f9
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.h 4029373a48bd83562f1810ba730699521ae28a1d
+++ libpurple/protocols/oscar/oscar.h 1946f11a617b830a2cd9e4ff902a339ee5197e04
@@ -258,6 +258,15 @@ struct _ClientInfo
"us", "en", \
}
+#define CLIENTINFO_ICQ6_6_0_6059 { \
+ "ICQ Client", \
+ 0x010a, \
+ 0x0006, 0x0000, \
+ 0x0000, 0x17ab, \
+ 0x00007535, \
+ "us", "en", \
+}
+
#define CLIENTINFO_ICQBASIC_14_3_1068 { \
"ICQBasic", \
0x010a, \
@@ -302,9 +311,9 @@ struct _ClientInfo
#define CLIENTINFO_PURPLE_ICQ { \
"Purple/" VERSION, \
0x010a, \
- 0x0014, 0x0034, \
- 0x0000, 0x0bb8, \
- 0x0000043d, \
+ 0x0006, 0x0000, \
+ 0x0000, 0x17ab, \
+ 0x00007535, \
"us", "en", \
}
More information about the Commits
mailing list