comparison libpurple/protocols/oscar/snactypes.h @ 25925:6e1967b0f90b

Change "screen name" to "username" or "buddy name" in a whole bunch of places in the code. I've been using the definitions from the jabber specs, where "user" is me and "buddy" is someone on my buddy list.
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 09:12:04 +0000
parents 44b4e8bd759b
children de7bbdcb695b
comparison
equal deleted inserted replaced
25924:584063555949 25925:6e1967b0f90b
250 250
251 /* 251 /*
252 * SNAC Family: Authorizer 252 * SNAC Family: Authorizer
253 * 253 *
254 * Used only in protocol versions three and above. 254 * Used only in protocol versions three and above.
255 *
256 */ 255 */
257 #define SNAC_SUBTYPE_AUTH_ERROR 0x0001 256 #define SNAC_SUBTYPE_AUTH_ERROR 0x0001
258 #define SNAC_SUBTYPE_AUTH_LOGINREQEST 0x0002 257 #define SNAC_SUBTYPE_AUTH_LOGINREQEST 0x0002
259 #define SNAC_SUBTYPE_AUTH_LOGINRESPONSE 0x0003 258 #define SNAC_SUBTYPE_AUTH_LOGINRESPONSE 0x0003
260 #define SNAC_SUBTYPE_AUTH_AUTHREQ 0x0006 259 #define SNAC_SUBTYPE_AUTH_AUTHREQ 0x0006
264 263
265 /* 264 /*
266 * SNAC Family: Email 265 * SNAC Family: Email
267 * 266 *
268 * Used for getting information on the email address 267 * Used for getting information on the email address
269 * associated with your screen name. 268 * associated with your username.
270 *
271 */ 269 */
272 #define SNAC_SUBTYPE_ALERT_ERROR 0x0001 270 #define SNAC_SUBTYPE_ALERT_ERROR 0x0001
273 #define SNAC_SUBTYPE_ALERT_SENDCOOKIES 0x0006 271 #define SNAC_SUBTYPE_ALERT_SENDCOOKIES 0x0006
274 #define SNAC_SUBTYPE_ALERT_MAILSTATUS 0x0007 272 #define SNAC_SUBTYPE_ALERT_MAILSTATUS 0x0007
275 #define SNAC_SUBTYPE_ALERT_INIT 0x0016 273 #define SNAC_SUBTYPE_ALERT_INIT 0x0016
278 * SNAC Family: Internal Messages 276 * SNAC Family: Internal Messages
279 * 277 *
280 * This isn't truly a SNAC family either, but using 278 * This isn't truly a SNAC family either, but using
281 * these, we can integrated non-SNAC services into 279 * these, we can integrated non-SNAC services into
282 * the SNAC-centered libfaim callback structure. 280 * the SNAC-centered libfaim callback structure.
283 *
284 */ 281 */
285 #define AIM_CB_SPECIAL_CONNERR 0x0003 282 #define AIM_CB_SPECIAL_CONNERR 0x0003
286 #define AIM_CB_SPECIAL_CONNINITDONE 0x0006 283 #define AIM_CB_SPECIAL_CONNINITDONE 0x0006
287 284
288 /* SNAC flags */ 285 /* SNAC flags */