src/protocols/oscar/info.c

changeset 2315
ddf565f13b41
parent 2246
8ade8b7421af
child 2421
009ae3cf0e83
--- 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)
 {

mercurial