comparison src/protocols/oscar/info.c @ 2315:7ec21662ffc2

[gaim-migrate @ 2325] ha. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 20 Sep 2001 03:16:43 +0000
parents 933346315b9b
children 95b4ec08abec
comparison
equal deleted inserted replaced
2314:64b4c69c1c5e 2315:7ec21662ffc2
208 * 0x0002 Unknown bit 2 208 * 0x0002 Unknown bit 2
209 * 0x0004 AOL Main Service user 209 * 0x0004 AOL Main Service user
210 * 0x0008 Unknown bit 4 210 * 0x0008 Unknown bit 4
211 * 0x0010 Free (AIM) user 211 * 0x0010 Free (AIM) user
212 * 0x0020 Away 212 * 0x0020 Away
213 * 0x0400 ActiveBuddy
213 * 214 *
214 */ 215 */
215 outinfo->flags = aimbs_get16(bs); 216 outinfo->flags = aimbs_get16(bs);
216 217
217 } else if (type == 0x0002) { 218 } else if (type == 0x0002) {
442 443
443 /* 444 /*
444 * Normally contains: 445 * Normally contains:
445 * t(0001) - short containing max profile length (value = 1024) 446 * t(0001) - short containing max profile length (value = 1024)
446 * t(0002) - short - unknown (value = 16) [max MIME type length?] 447 * t(0002) - short - unknown (value = 16) [max MIME type length?]
447 * t(0003) - short - unknown (value = 7) 448 * t(0003) - short - unknown (value = 10)
448 */ 449 */
449 static int rights(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs) 450 static int rights(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs)
450 { 451 {
451 aim_tlvlist_t *tlvlist; 452 aim_tlvlist_t *tlvlist;
452 aim_rxcallback_t userfunc; 453 aim_rxcallback_t userfunc;