Changeset 862371b for libfaim/aim_cbtypes.h
- Timestamp:
- Jun 29, 2003, 1:47:04 PM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- e016fc2
- Parents:
- 03ad7b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfaim/aim_cbtypes.h
r5e53c4a r862371b 24 24 #define AIM_CB_FAM_CTN 0x000d /* ChatNav */ 25 25 #define AIM_CB_FAM_CHT 0x000e /* Chat */ 26 #define AIM_CB_FAM_SCH 0x000f /* "New" search */ 27 #define AIM_CB_FAM_SSI 0x0013 /* Server stored information */ 26 28 #define AIM_CB_FAM_ICQ 0x0015 27 29 #define AIM_CB_FAM_ATH 0x0017 30 #define AIM_CB_FAM_EML 0x0018 28 31 #define AIM_CB_FAM_OFT 0xfffe /* OFT/Rvous */ 29 32 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */ … … 97 100 #define AIM_CB_MSG_EVIL 0x0009 98 101 #define AIM_CB_MSG_MISSEDCALL 0x000a 99 #define AIM_CB_MSG_CLIENT ERROR0x000b102 #define AIM_CB_MSG_CLIENTAUTORESP 0x000b 100 103 #define AIM_CB_MSG_ACK 0x000c 104 #define AIM_CB_MSG_MTN 0x0014 101 105 #define AIM_CB_MSG_DEFAULT 0xffff 102 106 … … 174 178 175 179 /* 180 * SNAC Family: "New" Search 181 * 182 * Most of these are actually special. 183 */ 184 #define AIM_CB_SCH_ERROR 0x0001 185 #define AIM_CB_SCH_SEARCH 0x0002 186 #define AIM_CB_SCH_RESULTS 0x0003 187 188 /* 176 189 * SNAC Family: ICQ 177 190 * … … 185 198 186 199 /* 200 * SNAC Family: Server-Stored Buddy Lists 201 */ 202 #define AIM_CB_SSI_ERROR 0x0001 203 #define AIM_CB_SSI_REQRIGHTS 0x0002 204 #define AIM_CB_SSI_RIGHTSINFO 0x0003 205 #define AIM_CB_SSI_REQLIST 0x0005 206 #define AIM_CB_SSI_LIST 0x0006 207 #define AIM_CB_SSI_ACTIVATE 0x0007 208 #define AIM_CB_SSI_ADD 0x0008 209 #define AIM_CB_SSI_MOD 0x0009 210 #define AIM_CB_SSI_DEL 0x000A 211 #define AIM_CB_SSI_SRVACK 0x000E 212 #define AIM_CB_SSI_NOLIST 0x000F 213 #define AIM_CB_SSI_EDITSTART 0x0011 214 #define AIM_CB_SSI_EDITSTOP 0x0012 215 216 /* 187 217 * SNAC Family: Authorizer 188 218 * … … 197 227 198 228 /* 229 * SNAC Family: Email 230 * 231 * Used for getting information on the email address 232 * associated with your screen name. 233 * 234 */ 235 #define AIM_CB_EML_ERROR 0x0001 236 #define AIM_CB_EML_SENDCOOKIES 0x0006 237 #define AIM_CB_EML_MAILSTATUS 0x0007 238 #define AIM_CB_EML_INIT 0x0016 239 240 /* 199 241 * OFT Services 200 242 * … … 207 249 #define AIM_CB_OFT_DIRECTIMINITIATE 0x0005 208 250 251 /* had been removed, put back by kretch */ 209 252 #define AIM_CB_OFT_GETFILECONNECTREQ 0x0006 /* connect request -- actually an OSCAR CAP*/ 210 253 #define AIM_CB_OFT_GETFILELISTINGREQ 0x0007 /* OFT listing.txt request */ … … 219 262 #define AIM_CB_OFT_GETFILESTATE4 0x0010 220 263 221 #define AIM_CB_OFT_SENDFILEDISCONNECT 0x0020 /* OFT connection disconnected.*/ 222 264 #define AIM_CB_OFT_SENDFILEFILEREQ 0x0011 /* started receiving file */ 265 #define AIM_CB_OFT_SENDFILEFILESEND 0x0012 /* buddy ready to for us to send */ 266 #define AIM_CB_OFT_SENDFILECOMPLETE 0x0013 /* send to buddy complete */ 267 #define AIM_CB_OFT_SENDFILEINITIATE 0x0014 /* connection to buddy initiated */ 223 268 224 269 … … 237 282 #define AIM_CB_SPECIAL_FLAPVER 0x0005 238 283 #define AIM_CB_SPECIAL_CONNINITDONE 0x0006 284 #define AIM_CB_SPECIAL_IMAGETRANSFER 0x007 285 #define AIM_CB_SPECIAL_MSGTIMEOUT 0x008 239 286 #define AIM_CB_SPECIAL_UNKNOWN 0xffff 240 287 #define AIM_CB_SPECIAL_DEFAULT AIM_CB_SPECIAL_UNKNOWN 241 288 289 /* SNAC flags */ 290 #define AIM_SNACFLAGS_DESTRUCTOR 0x0001 242 291 243 292 #endif/*__AIM_CBTYPES_H__ */
Note: See TracChangeset
for help on using the changeset viewer.