# HG changeset patch # User Mark Doliner # Date 1248938770 0 # Node ID b5102d206f0cce1cbaabe3d3b0d7fc96f1b26896 # Parent eb54b1f7034b8e0c8bc65e86b410d648fe46e071 Small comment improvement from Aman Gupta (tmm1) diff -r eb54b1f7034b -r b5102d206f0c libpurple/protocols/oscar/family_locate.c --- 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;