diff src/protocols/oscar/aim.h @ 7945:0a0be07f066a

[gaim-migrate @ 8619] Hopefully recognize the iChat AV capability. Also hopefully fix a problem faceprint was seeing where hiptop users wouldn't always have the hiptop icon. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 28 Dec 2003 22:12:50 +0000
parents c86f075b269a
children 697221d5d0ff
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Sun Dec 28 04:27:27 2003 +0000
+++ b/src/protocols/oscar/aim.h	Sun Dec 28 22:12:50 2003 +0000
@@ -1037,7 +1037,8 @@
 #define AIM_CAPS_SMS			0x00400000
 #define AIM_CAPS_GENERICUNKNOWN	0x00800000
 #define AIM_CAPS_VIDEO			0x01000000
-#define AIM_CAPS_LAST			0x02000000
+#define AIM_CAPS_ICHATAV		0x02000000
+#define AIM_CAPS_LAST			0x04000000
 
 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST  0
 #define AIM_SENDMEMBLOCK_FLAG_ISHASH     1