Mercurial > pidgin.yaz
comparison libpurple/protocols/oscar/family_locate.c @ 28073:b5102d206f0c
Small comment improvement from Aman Gupta (tmm1)
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 30 Jul 2009 07:26:10 +0000 |
parents | 99e3f40d082f |
children | de7bbdcb695b |
comparison
equal
deleted
inserted
replaced
28072:eb54b1f7034b | 28073:b5102d206f0c |
---|---|
613 if (type == 0x0001) { | 613 if (type == 0x0001) { |
614 /* | 614 /* |
615 * User flags | 615 * User flags |
616 * | 616 * |
617 * Specified as any of the following ORed together: | 617 * Specified as any of the following ORed together: |
618 * 0x0001 Trial (user less than 60days) | 618 * 0x0001 Unconfirmed account |
619 * 0x0002 Unknown bit 2 | 619 * 0x0002 Unknown bit 2 |
620 * 0x0004 AOL Main Service user | 620 * 0x0004 AOL Main Service user |
621 * 0x0008 Unknown bit 4 | 621 * 0x0008 Unknown bit 4 |
622 * 0x0010 Free (AIM) user | 622 * 0x0010 Free (AIM) user |
623 * 0x0020 Away | 623 * 0x0020 Away |
624 * 0x0400 ActiveBuddy | 624 * 0x0040 ICQ user (AIM bit also set) |
625 * 0x0080 Mobile device | |
626 * 0x0400 Bot (like ActiveBuddy) | |
625 */ | 627 */ |
626 outinfo->flags = byte_stream_get16(bs); | 628 outinfo->flags = byte_stream_get16(bs); |
627 outinfo->present |= AIM_USERINFO_PRESENT_FLAGS; | 629 outinfo->present |= AIM_USERINFO_PRESENT_FLAGS; |
628 | 630 |
629 } else if (type == 0x0002) { | 631 } else if (type == 0x0002) { |