diff src/protocols/oscar/aim.h @ 6871:714fc8f45cf2

[gaim-migrate @ 7417] I think the only thing I really changed was added a thing to the mouse over for aim people using the official encryption. The rest is just code cleanup. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 17 Sep 2003 03:22:44 +0000
parents 34c07f5f34a0
children 594682101ba6
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Wed Sep 17 03:10:49 2003 +0000
+++ b/src/protocols/oscar/aim.h	Wed Sep 17 03:22:44 2003 +0000
@@ -1001,7 +1001,7 @@
 
 #define AIM_CAPS_BUDDYICON	0x00000001
 #define AIM_CAPS_VOICE		0x00000002
-#define AIM_CAPS_IMIMAGE	0x00000004
+#define AIM_CAPS_DIRECTIM	0x00000004
 #define AIM_CAPS_CHAT		0x00000008
 #define AIM_CAPS_GETFILE	0x00000010
 #define AIM_CAPS_SENDFILE	0x00000020
@@ -1014,13 +1014,14 @@
 #define AIM_CAPS_ICQRTF		0x00001000
 #define AIM_CAPS_EMPTY		0x00002000
 #define AIM_CAPS_ICQSERVERRELAY	0x00004000
-#define AIM_CAPS_ICQUNKNOWN	0x00008000
+#define AIM_CAPS_ICQUTF8OLD	0x00008000
 #define AIM_CAPS_TRILLIANCRYPT	0x00010000
 #define AIM_CAPS_ICQUTF8	0x00020000
 #define AIM_CAPS_INTEROPERATE	0x00040000
 #define AIM_CAPS_ICHAT		0x00080000
 #define AIM_CAPS_HIPTOP		0x00100000
-#define AIM_CAPS_LAST		0x00200000
+#define AIM_CAPS_SECUREIM	0x00200000
+#define AIM_CAPS_LAST		0x00400000
 
 faim_export int aim_0002_000b(aim_session_t *sess, aim_conn_t *conn, const char *sn);