comparison src/protocols/oscar/aim_cbtypes.h @ 2706:e841b14b5b89

[gaim-migrate @ 2719] oh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 10 Nov 2001 08:02:40 +0000
parents e759254b29bb
children 6f527cbd899d
comparison
equal deleted inserted replaced
2705:5f431eefb0f2 2706:e841b14b5b89
21 #define AIM_CB_FAM_LOK 0x000a 21 #define AIM_CB_FAM_LOK 0x000a
22 #define AIM_CB_FAM_STS 0x000b 22 #define AIM_CB_FAM_STS 0x000b
23 #define AIM_CB_FAM_TRN 0x000c 23 #define AIM_CB_FAM_TRN 0x000c
24 #define AIM_CB_FAM_CTN 0x000d /* ChatNav */ 24 #define AIM_CB_FAM_CTN 0x000d /* ChatNav */
25 #define AIM_CB_FAM_CHT 0x000e /* Chat */ 25 #define AIM_CB_FAM_CHT 0x000e /* Chat */
26 #define AIM_CB_FAM_ICQ 0x0015
26 #define AIM_CB_FAM_ATH 0x0017 27 #define AIM_CB_FAM_ATH 0x0017
27 #define AIM_CB_FAM_OFT 0xfffe /* OFT/Rvous */ 28 #define AIM_CB_FAM_OFT 0xfffe /* OFT/Rvous */
28 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */ 29 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */
29 30
30 /* 31 /*
170 #define AIM_CB_CHT_OUTGOINGMSG 0x0005 171 #define AIM_CB_CHT_OUTGOINGMSG 0x0005
171 #define AIM_CB_CHT_INCOMINGMSG 0x0006 172 #define AIM_CB_CHT_INCOMINGMSG 0x0006
172 #define AIM_CB_CHT_DEFAULT 0xffff 173 #define AIM_CB_CHT_DEFAULT 0xffff
173 174
174 /* 175 /*
176 * SNAC Family: ICQ
177 *
178 * Most of these are actually special.
179 */
180 #define AIM_CB_ICQ_ERROR 0x0001
181 #define AIM_CB_ICQ_OFFLINEMSG 0x00f0
182 #define AIM_CB_ICQ_OFFLINEMSGCOMPLETE 0x00f1
183 #define AIM_CB_ICQ_DEFAULT 0xffff
184
185 /*
175 * SNAC Family: Authorizer 186 * SNAC Family: Authorizer
176 * 187 *
177 * Used only in protocol versions three and above. 188 * Used only in protocol versions three and above.
178 * 189 *
179 */ 190 */