Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfaim/aim_cbtypes.h

    r7869e48 rcf02dd6  
    3535/*
    3636 * SNAC Family: Ack.
    37  *
     37 * 
    3838 * Not really a family, but treating it as one really
    3939 * helps it fit into the libfaim callback structure better.
     
    4444/*
    4545 * SNAC Family: General.
    46  */
     46 */ 
    4747#define AIM_CB_GEN_ERROR 0x0001
    4848#define AIM_CB_GEN_CLIENTREADY 0x0002
     
    6969/*
    7070 * SNAC Family: Location Services.
    71  */
     71 */ 
    7272#define AIM_CB_LOC_ERROR 0x0001
    7373#define AIM_CB_LOC_REQRIGHTS 0x0002
     
    8282/*
    8383 * SNAC Family: Buddy List Management Services.
    84  */
     84 */ 
    8585#define AIM_CB_BUD_ERROR 0x0001
    8686#define AIM_CB_BUD_REQRIGHTS 0x0002
     
    9595/*
    9696 * SNAC Family: Messeging Services.
    97  */
     97 */ 
    9898#define AIM_CB_MSG_ERROR 0x0001
    9999#define AIM_CB_MSG_PARAMINFO 0x0005
     
    108108/*
    109109 * SNAC Family: Advertisement Services
    110  */
     110 */ 
    111111#define AIM_CB_ADS_ERROR 0x0001
    112112#define AIM_CB_ADS_DEFAULT 0xffff
     
    114114/*
    115115 * SNAC Family: Invitation Services.
    116  */
     116 */ 
    117117#define AIM_CB_INV_ERROR 0x0001
    118118#define AIM_CB_INV_DEFAULT 0xffff
     
    120120/*
    121121 * SNAC Family: Administrative Services.
    122  */
     122 */ 
    123123#define AIM_CB_ADM_ERROR 0x0001
    124124#define AIM_CB_ADM_INFOCHANGE_REPLY 0x0005
     
    127127/*
    128128 * SNAC Family: Popup Messages
    129  */
     129 */ 
    130130#define AIM_CB_POP_ERROR 0x0001
    131131#define AIM_CB_POP_DEFAULT 0xffff
     
    133133/*
    134134 * SNAC Family: Misc BOS Services.
    135  */
     135 */ 
    136136#define AIM_CB_BOS_ERROR 0x0001
    137137#define AIM_CB_BOS_RIGHTSQUERY 0x0002
     
    141141/*
    142142 * SNAC Family: User Lookup Services
    143  */
     143 */ 
    144144#define AIM_CB_LOK_ERROR 0x0001
    145145#define AIM_CB_LOK_DEFAULT 0xffff
     
    147147/*
    148148 * SNAC Family: User Status Services
    149  */
     149 */ 
    150150#define AIM_CB_STS_ERROR 0x0001
    151151#define AIM_CB_STS_SETREPORTINTERVAL 0x0002
     
    155155/*
    156156 * SNAC Family: Translation Services
    157  */
     157 */ 
    158158#define AIM_CB_TRN_ERROR 0x0001
    159159#define AIM_CB_TRN_DEFAULT 0xffff
     
    161161/*
    162162 * SNAC Family: Chat Navigation Services
    163  */
     163 */ 
    164164#define AIM_CB_CTN_ERROR 0x0001
    165165#define AIM_CB_CTN_CREATE 0x0008
     
    169169/*
    170170 * SNAC Family: Chat Services
    171  */
     171 */ 
    172172#define AIM_CB_CHT_ERROR 0x0001
    173173#define AIM_CB_CHT_ROOMINFOUPDATE 0x0002
     
    180180/*
    181181 * SNAC Family: "New" Search
    182  */
     182 */ 
    183183#define AIM_CB_SCH_ERROR 0x0001
    184184#define AIM_CB_SCH_SEARCH 0x0002
     
    187187/*
    188188 * SNAC Family: Buddy icons
    189  */
     189 */ 
    190190#define AIM_CB_ICO_ERROR 0x0001
    191191#define AIM_CB_ICO_REQUEST 0x0004
     
    196196 *
    197197 * Most of these are actually special.
    198  */
     198 */ 
    199199#define AIM_CB_ICQ_ERROR 0x0001
    200200#define AIM_CB_ICQ_OFFLINEMSG 0x00f0
     
    256256 * OFT Services
    257257 *
    258  * For all of the above #defines, the number is the subtype
    259  * of the SNAC.  For OFT #defines, the number is the
    260  * "hdrtype" which comes after the magic string and OFT
     258 * For all of the above #defines, the number is the subtype 
     259 * of the SNAC.  For OFT #defines, the number is the 
     260 * "hdrtype" which comes after the magic string and OFT 
    261261 * packet length.
    262262 *
    263  * I'm pretty sure the ODC ones are arbitrary right now,
     263 * I'm pretty sure the ODC ones are arbitrary right now, 
    264264 * that should be changed.
    265265 */
     
    292292 * the SNAC-centered libfaim callback structure.
    293293 *
    294  */
     294 */ 
    295295#define AIM_CB_SPECIAL_AUTHSUCCESS 0x0001
    296296#define AIM_CB_SPECIAL_AUTHOTHER 0x0002
Note: See TracChangeset for help on using the changeset viewer.