comparison libfaim/faim/aim_cbtypes.h @ 503:6e318907bcce

[gaim-migrate @ 513] bringing gaim up to latest libfaim committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 18 Jul 2000 05:37:39 +0000
parents e4c34ca88d9b
children fa681641643d
comparison
equal deleted inserted replaced
502:4d1e39112cbd 503:6e318907bcce
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_ATH 0x0017 26 #define AIM_CB_FAM_ATH 0x0017
27 #define AIM_CB_FAM_OFT 0xfffe /* OFT/Rvous */
27 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */ 28 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */
28 29
29 /* 30 /*
30 * SNAC Family: Ack. 31 * SNAC Family: Ack.
31 * 32 *
179 #define AIM_CB_ATH_LOGINRESPONSE 0x0003 180 #define AIM_CB_ATH_LOGINRESPONSE 0x0003
180 #define AIM_CB_ATH_AUTHREQ 0x0006 181 #define AIM_CB_ATH_AUTHREQ 0x0006
181 #define AIM_CB_ATH_AUTHRESPONSE 0x0007 182 #define AIM_CB_ATH_AUTHRESPONSE 0x0007
182 183
183 /* 184 /*
185 * OFT Services
186 *
187 * See non-SNAC note below.
188 */
189 #define AIM_CB_OFT_DIRECTIMCONNECTREQ 0x0001
190 #define AIM_CB_OFT_DIRECTIMINCOMING 0x0002
191 #define AIM_CB_OFT_DIRECTIMDISCONNECT 0x0003
192 #define AIM_CB_OFT_DIRECTIMTYPING 0x0006
193 #define AIM_CB_OFT_DIRECTIMINITIATE 0x0007
194
195 #define AIM_CB_OFT_GETFILECONNECT 0x0004
196 #define AIM_CB_OFT_GETFILECOMPLETE 0x0005
197 #define AIM_CB_OFT_GETFILEINITIATE 0x0007
198
199 /*
184 * SNAC Family: Internal Messages 200 * SNAC Family: Internal Messages
185 * 201 *
186 * This isn't truely a SNAC family either, but using 202 * This isn't truely a SNAC family either, but using
187 * these, we can integrated non-SNAC services into 203 * these, we can integrated non-SNAC services into
188 * the SNAC-centered libfaim callback structure. 204 * the SNAC-centered libfaim callback structure.