comparison src/protocols/oscar/aim_cbtypes.h @ 6350:34c07f5f34a0

[gaim-migrate @ 6849] -Compile warning fixes from The Man (Paco-Paco) -2 memleak fixes from me. One of them leaked the size of a chat message when either sending or receiving, I forgot which (my bad!) -Hopefully make AIM correctly refetch your buddy list when AOL doesn't send it to you the first time -Maybe something else -Chocolate -Vanilla -Strawberry -Napoleon committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 31 Jul 2003 23:21:36 +0000
parents a2f26666de42
children fec4c1fb2ac8
comparison
equal deleted inserted replaced
6349:dc89c06af77e 6350:34c07f5f34a0
207 * SNAC Family: Server-Stored Buddy Lists 207 * SNAC Family: Server-Stored Buddy Lists
208 */ 208 */
209 #define AIM_CB_SSI_ERROR 0x0001 209 #define AIM_CB_SSI_ERROR 0x0001
210 #define AIM_CB_SSI_REQRIGHTS 0x0002 210 #define AIM_CB_SSI_REQRIGHTS 0x0002
211 #define AIM_CB_SSI_RIGHTSINFO 0x0003 211 #define AIM_CB_SSI_RIGHTSINFO 0x0003
212 #define AIM_CB_SSI_REQLIST 0x0005 212 #define AIM_CB_SSI_REQDATA 0x0004
213 #define AIM_CB_SSI_REQIFCHANGED 0x0005
213 #define AIM_CB_SSI_LIST 0x0006 214 #define AIM_CB_SSI_LIST 0x0006
214 #define AIM_CB_SSI_ACTIVATE 0x0007 215 #define AIM_CB_SSI_ACTIVATE 0x0007
215 #define AIM_CB_SSI_ADD 0x0008 216 #define AIM_CB_SSI_ADD 0x0008
216 #define AIM_CB_SSI_MOD 0x0009 217 #define AIM_CB_SSI_MOD 0x0009
217 #define AIM_CB_SSI_DEL 0x000A 218 #define AIM_CB_SSI_DEL 0x000A