comparison 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
comparison
equal deleted inserted replaced
7944:a99f0aebc7ce 7945:0a0be07f066a
1035 #define AIM_CAPS_HIPTOP 0x00100000 1035 #define AIM_CAPS_HIPTOP 0x00100000
1036 #define AIM_CAPS_SECUREIM 0x00200000 1036 #define AIM_CAPS_SECUREIM 0x00200000
1037 #define AIM_CAPS_SMS 0x00400000 1037 #define AIM_CAPS_SMS 0x00400000
1038 #define AIM_CAPS_GENERICUNKNOWN 0x00800000 1038 #define AIM_CAPS_GENERICUNKNOWN 0x00800000
1039 #define AIM_CAPS_VIDEO 0x01000000 1039 #define AIM_CAPS_VIDEO 0x01000000
1040 #define AIM_CAPS_LAST 0x02000000 1040 #define AIM_CAPS_ICHATAV 0x02000000
1041 #define AIM_CAPS_LAST 0x04000000
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);