Changeset 7869e48 for libfaim/aim_cbtypes.h
- Timestamp:
- Jan 12, 2013, 1:43:13 PM (12 years ago)
- Children:
- e3a0d71, 4485285
- Parents:
- 4626016
- git-author:
- Jason Gross <jgross@mit.edu> (01/12/13 13:13:18)
- git-committer:
- Jason Gross <jgross@mit.edu> (01/12/13 13:43:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfaim/aim_cbtypes.h
rcf02dd6 r7869e48 35 35 /* 36 36 * SNAC Family: Ack. 37 * 37 * 38 38 * Not really a family, but treating it as one really 39 39 * helps it fit into the libfaim callback structure better. … … 44 44 /* 45 45 * SNAC Family: General. 46 */ 46 */ 47 47 #define AIM_CB_GEN_ERROR 0x0001 48 48 #define AIM_CB_GEN_CLIENTREADY 0x0002 … … 69 69 /* 70 70 * SNAC Family: Location Services. 71 */ 71 */ 72 72 #define AIM_CB_LOC_ERROR 0x0001 73 73 #define AIM_CB_LOC_REQRIGHTS 0x0002 … … 82 82 /* 83 83 * SNAC Family: Buddy List Management Services. 84 */ 84 */ 85 85 #define AIM_CB_BUD_ERROR 0x0001 86 86 #define AIM_CB_BUD_REQRIGHTS 0x0002 … … 95 95 /* 96 96 * SNAC Family: Messeging Services. 97 */ 97 */ 98 98 #define AIM_CB_MSG_ERROR 0x0001 99 99 #define AIM_CB_MSG_PARAMINFO 0x0005 … … 108 108 /* 109 109 * SNAC Family: Advertisement Services 110 */ 110 */ 111 111 #define AIM_CB_ADS_ERROR 0x0001 112 112 #define AIM_CB_ADS_DEFAULT 0xffff … … 114 114 /* 115 115 * SNAC Family: Invitation Services. 116 */ 116 */ 117 117 #define AIM_CB_INV_ERROR 0x0001 118 118 #define AIM_CB_INV_DEFAULT 0xffff … … 120 120 /* 121 121 * SNAC Family: Administrative Services. 122 */ 122 */ 123 123 #define AIM_CB_ADM_ERROR 0x0001 124 124 #define AIM_CB_ADM_INFOCHANGE_REPLY 0x0005 … … 127 127 /* 128 128 * SNAC Family: Popup Messages 129 */ 129 */ 130 130 #define AIM_CB_POP_ERROR 0x0001 131 131 #define AIM_CB_POP_DEFAULT 0xffff … … 133 133 /* 134 134 * SNAC Family: Misc BOS Services. 135 */ 135 */ 136 136 #define AIM_CB_BOS_ERROR 0x0001 137 137 #define AIM_CB_BOS_RIGHTSQUERY 0x0002 … … 141 141 /* 142 142 * SNAC Family: User Lookup Services 143 */ 143 */ 144 144 #define AIM_CB_LOK_ERROR 0x0001 145 145 #define AIM_CB_LOK_DEFAULT 0xffff … … 147 147 /* 148 148 * SNAC Family: User Status Services 149 */ 149 */ 150 150 #define AIM_CB_STS_ERROR 0x0001 151 151 #define AIM_CB_STS_SETREPORTINTERVAL 0x0002 … … 155 155 /* 156 156 * SNAC Family: Translation Services 157 */ 157 */ 158 158 #define AIM_CB_TRN_ERROR 0x0001 159 159 #define AIM_CB_TRN_DEFAULT 0xffff … … 161 161 /* 162 162 * SNAC Family: Chat Navigation Services 163 */ 163 */ 164 164 #define AIM_CB_CTN_ERROR 0x0001 165 165 #define AIM_CB_CTN_CREATE 0x0008 … … 169 169 /* 170 170 * SNAC Family: Chat Services 171 */ 171 */ 172 172 #define AIM_CB_CHT_ERROR 0x0001 173 173 #define AIM_CB_CHT_ROOMINFOUPDATE 0x0002 … … 180 180 /* 181 181 * SNAC Family: "New" Search 182 */ 182 */ 183 183 #define AIM_CB_SCH_ERROR 0x0001 184 184 #define AIM_CB_SCH_SEARCH 0x0002 … … 187 187 /* 188 188 * SNAC Family: Buddy icons 189 */ 189 */ 190 190 #define AIM_CB_ICO_ERROR 0x0001 191 191 #define AIM_CB_ICO_REQUEST 0x0004 … … 196 196 * 197 197 * Most of these are actually special. 198 */ 198 */ 199 199 #define AIM_CB_ICQ_ERROR 0x0001 200 200 #define AIM_CB_ICQ_OFFLINEMSG 0x00f0 … … 256 256 * OFT Services 257 257 * 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 261 261 * packet length. 262 262 * 263 * I'm pretty sure the ODC ones are arbitrary right now, 263 * I'm pretty sure the ODC ones are arbitrary right now, 264 264 * that should be changed. 265 265 */ … … 292 292 * the SNAC-centered libfaim callback structure. 293 293 * 294 */ 294 */ 295 295 #define AIM_CB_SPECIAL_AUTHSUCCESS 0x0001 296 296 #define AIM_CB_SPECIAL_AUTHOTHER 0x0002
Note: See TracChangeset
for help on using the changeset viewer.