| 21 #define AIM_CB_FAM_LOK 0x000a |
21 #define AIM_CB_FAM_LOK 0x000a |
| 22 #define AIM_CB_FAM_STS 0x000b |
22 #define AIM_CB_FAM_STS 0x000b |
| 23 #define AIM_CB_FAM_TRN 0x000c |
23 #define AIM_CB_FAM_TRN 0x000c |
| 24 #define AIM_CB_FAM_CTN 0x000d /* ChatNav */ |
24 #define AIM_CB_FAM_CTN 0x000d /* ChatNav */ |
| 25 #define AIM_CB_FAM_CHT 0x000e /* Chat */ |
25 #define AIM_CB_FAM_CHT 0x000e /* Chat */ |
| |
26 #define AIM_CB_FAM_SSI 0x0013 /* Server stored information */ |
| 26 #define AIM_CB_FAM_ICQ 0x0015 |
27 #define AIM_CB_FAM_ICQ 0x0015 |
| 27 #define AIM_CB_FAM_ATH 0x0017 |
28 #define AIM_CB_FAM_ATH 0x0017 |
| 28 #define AIM_CB_FAM_OFT 0xfffe /* OFT/Rvous */ |
29 #define AIM_CB_FAM_OFT 0xfffe /* OFT/Rvous */ |
| 29 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */ |
30 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */ |
| 30 |
31 |
| 182 #define AIM_CB_ICQ_OFFLINEMSGCOMPLETE 0x00f1 |
183 #define AIM_CB_ICQ_OFFLINEMSGCOMPLETE 0x00f1 |
| 183 #define AIM_CB_ICQ_SIMPLEINFO 0x00f2 |
184 #define AIM_CB_ICQ_SIMPLEINFO 0x00f2 |
| 184 #define AIM_CB_ICQ_DEFAULT 0xffff |
185 #define AIM_CB_ICQ_DEFAULT 0xffff |
| 185 |
186 |
| 186 /* |
187 /* |
| |
188 * SNAC Family: Server-Stored Buddy Lists |
| |
189 */ |
| |
190 #define AIM_CB_SSI_ERROR 0x0001 |
| |
191 #define AIM_CB_SSI_REQRIGHTS 0x0002 |
| |
192 #define AIM_CB_SSI_RIGHTSINFO 0x0003 |
| |
193 #define AIM_CB_SSI_REQLIST 0x0005 |
| |
194 #define AIM_CB_SSI_LIST 0x0006 |
| |
195 #define AIM_CB_SSI_ACTIVATE 0x0007 |
| |
196 #define AIM_CB_SSI_ADD 0x0008 |
| |
197 #define AIM_CB_SSI_MOD 0x0009 |
| |
198 #define AIM_CB_SSI_DEL 0x000A |
| |
199 #define AIM_CB_SSI_SRVACK 0x000E |
| |
200 #define AIM_CB_SSI_NOLIST 0x000F |
| |
201 #define AIM_CB_SSI_EDITSTART 0x0011 |
| |
202 #define AIM_CB_SSI_EDITSTOP 0x0012 |
| |
203 |
| |
204 /* |
| 187 * SNAC Family: Authorizer |
205 * SNAC Family: Authorizer |
| 188 * |
206 * |
| 189 * Used only in protocol versions three and above. |
207 * Used only in protocol versions three and above. |
| 190 * |
208 * |
| 191 */ |
209 */ |