comparison src/protocols/oscar/aim.h @ 2920:4ed6fb39870b

[gaim-migrate @ 2933] who the hell cares. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Tue, 01 Jan 2002 09:49:04 +0000
parents 22aefb8de0cb
children 8e924e4aa256
comparison
equal deleted inserted replaced
2919:22aefb8de0cb 2920:4ed6fb39870b
844 #define AIM_CAPS_ABINTERNAL 0x00000800 844 #define AIM_CAPS_ABINTERNAL 0x00000800
845 #define AIM_CAPS_ICQRTF 0x00001000 845 #define AIM_CAPS_ICQRTF 0x00001000
846 #define AIM_CAPS_EMPTY 0x00002000 846 #define AIM_CAPS_EMPTY 0x00002000
847 #define AIM_CAPS_ICQSERVERRELAY 0x00004000 847 #define AIM_CAPS_ICQSERVERRELAY 0x00004000
848 #define AIM_CAPS_ICQUNKNOWN 0x00008000 848 #define AIM_CAPS_ICQUNKNOWN 0x00008000
849 #define AIM_CAPS_LAST 0x00010000 849 #define AIM_CAPS_TRILLIANCRYPT 0x00010000
850 #define AIM_CAPS_LAST 0x00020000
850 851
851 faim_export int aim_0002_000b(aim_session_t *sess, aim_conn_t *conn, const char *sn); 852 faim_export int aim_0002_000b(aim_session_t *sess, aim_conn_t *conn, const char *sn);
852 853
853 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0 854 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0
854 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1 855 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1
855 856
856 faim_export int aim_sendmemblock(aim_session_t *sess, aim_conn_t *conn, unsigned long offset, unsigned long len, const unsigned char *buf, unsigned char flag); 857 faim_export int aim_sendmemblock(aim_session_t *sess, aim_conn_t *conn, unsigned long offset, unsigned long len, const unsigned char *buf, unsigned char flag);
857 858
858 #define AIM_GETINFO_GENERALINFO 0x00001 859 #define AIM_GETINFO_GENERALINFO 0x00001
859 #define AIM_GETINFO_AWAYMESSAGE 0x00003 860 #define AIM_GETINFO_AWAYMESSAGE 0x00003
861 #define AIM_GETINFO_CAPABILITIES 0x0004
860 862
861 struct aim_invite_priv { 863 struct aim_invite_priv {
862 char *sn; 864 char *sn;
863 char *roomname; 865 char *roomname;
864 fu16_t exchange; 866 fu16_t exchange;