diff src/protocols/oscar/aim.h @ 4071:2532f1192da3

[gaim-migrate @ 4283] So I made all them versions be the likes of winaim 5.1.3036. This includes changing the ssi family/module version from 1 to 3. This caused the SNAC flag 0x8000 to pop up in a few places, so I made a change to rxhandlers.c that should take care of this. This should allow you to add @mac.com buddies to your buddy list, as well as get rid of the PleaseUpgrade000 buddies. It should also reduce your risk of cancer by 5-10%. Hopefully this won't break anything. Everything seems to be ok to me. Baaaaah. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 13 Dec 2002 22:34:14 +0000
parents 6efe00ee7de8
children 91c4bd698d39
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Fri Dec 13 06:51:17 2002 +0000
+++ b/src/protocols/oscar/aim.h	Fri Dec 13 22:34:14 2002 +0000
@@ -218,7 +218,7 @@
 	"us", "en", \
 }
 
-#define CLIENTINFO_ICQ_5_45_1_3777_85 { \
+#define CLIENTINFO_ICQ_5_45_3777 { \
 	"ICQ Inc. - Product of ICQ (TM).2003a.5.45.1.3777.85", \
 	0x010a, \
 	0x0005, 0x002d, \
@@ -236,9 +236,8 @@
 	"us", "en", \
 }
 
-#define CLIENTINFO_AIM_KNOWNGOOD CLIENTINFO_AIM_3_5_1670
-/* define CLIENTINFO_AIM_KNOWNGOOD CLIENTINFO_AIM_5_1_3036 */
-#define CLIENTINFO_ICQ_KNOWNGOOD CLIENTINFO_ICQ_4_65_3281
+#define CLIENTINFO_AIM_KNOWNGOOD CLIENTINFO_AIM_5_1_3036
+#define CLIENTINFO_ICQ_KNOWNGOOD CLIENTINFO_ICQ_5_45_3777
 
 #ifndef TRUE
 #define TRUE 1