comparison 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
comparison
equal deleted inserted replaced
6870:c069548b501e 6871:714fc8f45cf2
999 faim_export fu32_t aim_userinfo_sessionlen(aim_userinfo_t *ui); 999 faim_export fu32_t aim_userinfo_sessionlen(aim_userinfo_t *ui);
1000 faim_export int aim_userinfo_hascap(aim_userinfo_t *ui, fu32_t cap); 1000 faim_export int aim_userinfo_hascap(aim_userinfo_t *ui, fu32_t cap);
1001 1001
1002 #define AIM_CAPS_BUDDYICON 0x00000001 1002 #define AIM_CAPS_BUDDYICON 0x00000001
1003 #define AIM_CAPS_VOICE 0x00000002 1003 #define AIM_CAPS_VOICE 0x00000002
1004 #define AIM_CAPS_IMIMAGE 0x00000004 1004 #define AIM_CAPS_DIRECTIM 0x00000004
1005 #define AIM_CAPS_CHAT 0x00000008 1005 #define AIM_CAPS_CHAT 0x00000008
1006 #define AIM_CAPS_GETFILE 0x00000010 1006 #define AIM_CAPS_GETFILE 0x00000010
1007 #define AIM_CAPS_SENDFILE 0x00000020 1007 #define AIM_CAPS_SENDFILE 0x00000020
1008 #define AIM_CAPS_GAMES 0x00000040 1008 #define AIM_CAPS_GAMES 0x00000040
1009 #define AIM_CAPS_SAVESTOCKS 0x00000080 1009 #define AIM_CAPS_SAVESTOCKS 0x00000080
1012 #define AIM_CAPS_ICQ 0x00000400 1012 #define AIM_CAPS_ICQ 0x00000400
1013 #define AIM_CAPS_APINFO 0x00000800 1013 #define AIM_CAPS_APINFO 0x00000800
1014 #define AIM_CAPS_ICQRTF 0x00001000 1014 #define AIM_CAPS_ICQRTF 0x00001000
1015 #define AIM_CAPS_EMPTY 0x00002000 1015 #define AIM_CAPS_EMPTY 0x00002000
1016 #define AIM_CAPS_ICQSERVERRELAY 0x00004000 1016 #define AIM_CAPS_ICQSERVERRELAY 0x00004000
1017 #define AIM_CAPS_ICQUNKNOWN 0x00008000 1017 #define AIM_CAPS_ICQUTF8OLD 0x00008000
1018 #define AIM_CAPS_TRILLIANCRYPT 0x00010000 1018 #define AIM_CAPS_TRILLIANCRYPT 0x00010000
1019 #define AIM_CAPS_ICQUTF8 0x00020000 1019 #define AIM_CAPS_ICQUTF8 0x00020000
1020 #define AIM_CAPS_INTEROPERATE 0x00040000 1020 #define AIM_CAPS_INTEROPERATE 0x00040000
1021 #define AIM_CAPS_ICHAT 0x00080000 1021 #define AIM_CAPS_ICHAT 0x00080000
1022 #define AIM_CAPS_HIPTOP 0x00100000 1022 #define AIM_CAPS_HIPTOP 0x00100000
1023 #define AIM_CAPS_LAST 0x00200000 1023 #define AIM_CAPS_SECUREIM 0x00200000
1024 #define AIM_CAPS_LAST 0x00400000
1024 1025
1025 faim_export int aim_0002_000b(aim_session_t *sess, aim_conn_t *conn, const char *sn); 1026 faim_export int aim_0002_000b(aim_session_t *sess, aim_conn_t *conn, const char *sn);
1026 1027
1027 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0 1028 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0
1028 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1 1029 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1