comparison src/protocols/oscar/aim.h @ 7091:7b31e3e22f59

[gaim-migrate @ 7656] Replace %n, %t and %d in away messages in both the tooltip and the notification window. Also recognize an odd capability for Robot101 :-) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 01 Oct 2003 01:37:59 +0000
parents 237ad253dd34
children af8ac078d4c2
comparison
equal deleted inserted replaced
7090:04f9f7440bc3 7091:7b31e3e22f59
1029 #define AIM_CAPS_INTEROPERATE 0x00040000 1029 #define AIM_CAPS_INTEROPERATE 0x00040000
1030 #define AIM_CAPS_ICHAT 0x00080000 1030 #define AIM_CAPS_ICHAT 0x00080000
1031 #define AIM_CAPS_HIPTOP 0x00100000 1031 #define AIM_CAPS_HIPTOP 0x00100000
1032 #define AIM_CAPS_SECUREIM 0x00200000 1032 #define AIM_CAPS_SECUREIM 0x00200000
1033 #define AIM_CAPS_SMS 0x00400000 1033 #define AIM_CAPS_SMS 0x00400000
1034 #define AIM_CAPS_APPLESOMETHIN1 0x00800000 1034 #define AIM_CAPS_GENERICUNKNOWN 0x00800000
1035 #define AIM_CAPS_APPLESOMETHIN2 0x01000000 1035 #define AIM_CAPS_LAST 0x01000000
1036 #define AIM_CAPS_APPLESOMETHIN3 0x02000000
1037 #define AIM_CAPS_LAST 0x04000000
1038 1036
1039 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0 1037 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0
1040 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1 1038 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1
1041 1039
1042 faim_export int aim_sendmemblock(aim_session_t *sess, aim_conn_t *conn, fu32_t offset, fu32_t len, const fu8_t *buf, fu8_t flag); 1040 faim_export int aim_sendmemblock(aim_session_t *sess, aim_conn_t *conn, fu32_t offset, fu32_t len, const fu8_t *buf, fu8_t flag);