comparison src/protocols/oscar/aim_cbtypes.h @ 4230:9f729d6d88a6

[gaim-migrate @ 4475] This is 128KB of raw kickassyness. AKA ICQ SSI. I've rewritten all the important parts of ssi.c. Things should be better. One thing I like a lot is that gaim will store the alias you assign to buddies in your server list for both AIM and ICQ. WinICQ supports this, but WinAIM doesn't. However, it doesn't seem to interfere with WinAIM, and Gaim can still use it. I dunno, I just think it's neat. Anyway, go nuts. Let me know if something doesn't work, because that's bad. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Jan 2003 21:19:05 +0000
parents 1a5dcfa1823e
children 858979ab3867
comparison
equal deleted inserted replaced
4229:c1857c9c912d 4230:9f729d6d88a6
211 #define AIM_CB_SSI_DEL 0x000A 211 #define AIM_CB_SSI_DEL 0x000A
212 #define AIM_CB_SSI_SRVACK 0x000E 212 #define AIM_CB_SSI_SRVACK 0x000E
213 #define AIM_CB_SSI_NOLIST 0x000F 213 #define AIM_CB_SSI_NOLIST 0x000F
214 #define AIM_CB_SSI_EDITSTART 0x0011 214 #define AIM_CB_SSI_EDITSTART 0x0011
215 #define AIM_CB_SSI_EDITSTOP 0x0012 215 #define AIM_CB_SSI_EDITSTOP 0x0012
216 #define AIM_CB_SSI_SENDAUTH 0x0014
217 #define AIM_CB_SSI_RECVAUTH 0x0015
218 #define AIM_CB_SSI_SENDAUTHREQ 0x0018
219 #define AIM_CB_SSI_RECVAUTHREQ 0x0019
220 #define AIM_CB_SSI_SENDAUTHREP 0x001a
221 #define AIM_CB_SSI_RECVAUTHREP 0x001b
222 #define AIM_CB_SSI_ADDED 0x001c
216 223
217 /* 224 /*
218 * SNAC Family: Authorizer 225 * SNAC Family: Authorizer
219 * 226 *
220 * Used only in protocol versions three and above. 227 * Used only in protocol versions three and above.