changeset 27737:b5102d206f0c

Small comment improvement from Aman Gupta (tmm1)
author Mark Doliner <mark@kingant.net>
date Thu, 30 Jul 2009 07:26:10 +0000
parents eb54b1f7034b
children f7cc22e0550c
files libpurple/protocols/oscar/family_locate.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_locate.c	Thu Jul 30 03:47:23 2009 +0000
+++ b/libpurple/protocols/oscar/family_locate.c	Thu Jul 30 07:26:10 2009 +0000
@@ -615,13 +615,15 @@
 			 * User flags
 			 *
 			 * Specified as any of the following ORed together:
-			 *      0x0001  Trial (user less than 60days)
+			 *      0x0001  Unconfirmed account
 			 *      0x0002  Unknown bit 2
 			 *      0x0004  AOL Main Service user
 			 *      0x0008  Unknown bit 4
 			 *      0x0010  Free (AIM) user
 			 *      0x0020  Away
-			 *      0x0400  ActiveBuddy
+			 *      0x0040  ICQ user (AIM bit also set)
+			 *      0x0080  Mobile device
+			 *      0x0400  Bot (like ActiveBuddy)
 			 */
 			outinfo->flags = byte_stream_get16(bs);
 			outinfo->present |= AIM_USERINFO_PRESENT_FLAGS;