comparison src/protocols/oscar/aim.h @ 7582:3e0404393761

[gaim-migrate @ 8200] This should make Gaim recognize the video chat thingy. Chip, if you know who in your buddy list gave you that message, feel free to test it out... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 21 Nov 2003 04:13:29 +0000
parents 2bdacd38528c
children c86f075b269a
comparison
equal deleted inserted replaced
7581:48f31501c3c1 7582:3e0404393761
1035 #define AIM_CAPS_ICHAT 0x00080000 1035 #define AIM_CAPS_ICHAT 0x00080000
1036 #define AIM_CAPS_HIPTOP 0x00100000 1036 #define AIM_CAPS_HIPTOP 0x00100000
1037 #define AIM_CAPS_SECUREIM 0x00200000 1037 #define AIM_CAPS_SECUREIM 0x00200000
1038 #define AIM_CAPS_SMS 0x00400000 1038 #define AIM_CAPS_SMS 0x00400000
1039 #define AIM_CAPS_GENERICUNKNOWN 0x00800000 1039 #define AIM_CAPS_GENERICUNKNOWN 0x00800000
1040 #define AIM_CAPS_LAST 0x01000000 1040 #define AIM_CAPS_VIDEO 0x01000000
1041 #define AIM_CAPS_LAST 0x02000000
1041 1042
1042 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0 1043 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0
1043 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1 1044 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1
1044 1045
1045 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); 1046 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);