diff 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
line wrap: on
line diff
--- a/src/protocols/oscar/info.c	Thu Sep 20 01:44:24 2001 +0000
+++ b/src/protocols/oscar/info.c	Thu Sep 20 03:16:43 2001 +0000
@@ -210,6 +210,7 @@
 			 *      0x0008  Unknown bit 4
 			 *      0x0010  Free (AIM) user 
 			 *      0x0020  Away
+			 *      0x0400  ActiveBuddy
 			 *
 			 */
 			outinfo->flags = aimbs_get16(bs);
@@ -444,7 +445,7 @@
  * Normally contains:
  *   t(0001)  - short containing max profile length (value = 1024)
  *   t(0002)  - short - unknown (value = 16) [max MIME type length?]
- *   t(0003)  - short - unknown (value = 7)
+ *   t(0003)  - short - unknown (value = 10)
  */
 static int rights(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs)
 {