# HG changeset patch # User John Bailey # Date 1233613204 0 # Node ID 0f2503390a6b7fb671c929e3eb54964f5c3e91b4 # Parent 651cdeab9b9910690f5e38bb06cc9946aa2e1bf9 Change our ICQ client ID such that we identify ourselves to the ICQ servers as ICQ Basic 14.34.3096. This is the same client ID a number of other third-party clients are using with no issues. I have also added a new definition for this ICQ Basic version and changed the CLIENTINFO_ICQ_KNOWNGOOD defiinition to reflect this. Effects of this change are that available messages and buddy icons are now published correctly and visible to other clients. Fixes #6235. Thanks to Dimmuxx and h3llfire for pointing this out. diff -r 651cdeab9b99 -r 0f2503390a6b libpurple/protocols/oscar/oscar.h --- a/libpurple/protocols/oscar/oscar.h Mon Feb 02 16:13:11 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.h Mon Feb 02 22:20:04 2009 +0000 @@ -286,6 +286,15 @@ "us", "en", \ } +#define CLIENTINFO_ICQBASIC_14_34_3096 { \ + "ICQBasic", \ + 0x010a, \ + 0x0014, 0x0034, \ + 0x0000, 0x0c18, \ + 0x0000043d, \ + "us", "en", \ +} + #define CLIENTINFO_NETSCAPE_7_0_1 { \ "Netscape 2000 an approved user of AOL Instant Messenger (SM)", \ 0x1d0d, \ @@ -312,14 +321,14 @@ #define CLIENTINFO_PURPLE_ICQ { \ "Purple/" VERSION, \ 0x010a, \ - 0x0006, 0x0000, \ - 0x0000, 0x17ab, \ - 0x00007535, \ + 0x0014, 0x0034, \ + 0x0000, 0x0c18, \ + 0x0000043d, \ "us", "en", \ } #define CLIENTINFO_AIM_KNOWNGOOD CLIENTINFO_AIM_5_1_3036 -#define CLIENTINFO_ICQ_KNOWNGOOD CLIENTINFO_ICQBASIC_14_34_3000 +#define CLIENTINFO_ICQ_KNOWNGOOD CLIENTINFO_ICQBASIC_14_34_3096 typedef enum {