Ignore:
Timestamp:
Jun 29, 2003, 1:47:04 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfaim/aim_cbtypes.h

    r5e53c4a r862371b  
    2424#define AIM_CB_FAM_CTN 0x000d /* ChatNav */
    2525#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 */
    2628#define AIM_CB_FAM_ICQ 0x0015
    2729#define AIM_CB_FAM_ATH 0x0017
     30#define AIM_CB_FAM_EML 0x0018
    2831#define AIM_CB_FAM_OFT 0xfffe /* OFT/Rvous */
    2932#define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */
     
    97100#define AIM_CB_MSG_EVIL 0x0009
    98101#define AIM_CB_MSG_MISSEDCALL 0x000a
    99 #define AIM_CB_MSG_CLIENTERROR 0x000b
     102#define AIM_CB_MSG_CLIENTAUTORESP 0x000b
    100103#define AIM_CB_MSG_ACK 0x000c
     104#define AIM_CB_MSG_MTN 0x0014
    101105#define AIM_CB_MSG_DEFAULT 0xffff
    102106
     
    174178
    175179/*
     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/*
    176189 * SNAC Family: ICQ
    177190 *
     
    185198
    186199/*
     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/*
    187217 * SNAC Family: Authorizer
    188218 *
     
    197227
    198228/*
     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/*
    199241 * OFT Services
    200242 *
     
    207249#define AIM_CB_OFT_DIRECTIMINITIATE 0x0005
    208250
     251/* had been removed, put back by kretch */
    209252#define AIM_CB_OFT_GETFILECONNECTREQ 0x0006 /* connect request -- actually an OSCAR CAP*/
    210253#define AIM_CB_OFT_GETFILELISTINGREQ 0x0007 /* OFT listing.txt request */
     
    219262#define AIM_CB_OFT_GETFILESTATE4 0x0010
    220263
    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 */
    223268
    224269
     
    237282#define AIM_CB_SPECIAL_FLAPVER 0x0005
    238283#define AIM_CB_SPECIAL_CONNINITDONE 0x0006
     284#define AIM_CB_SPECIAL_IMAGETRANSFER 0x007
     285#define AIM_CB_SPECIAL_MSGTIMEOUT 0x008
    239286#define AIM_CB_SPECIAL_UNKNOWN 0xffff
    240287#define AIM_CB_SPECIAL_DEFAULT AIM_CB_SPECIAL_UNKNOWN
    241288
     289/* SNAC flags */
     290#define AIM_SNACFLAGS_DESTRUCTOR 0x0001
    242291
    243292#endif/*__AIM_CBTYPES_H__ */
Note: See TracChangeset for help on using the changeset viewer.