Mercurial > pidgin
changeset 28230:dc0c781dce10
Update some macros based on information from
http://dev.aol.com/aim/oscar/#OSERVICE__NICK_FLAGS
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 06 Sep 2009 21:20:48 +0000 |
parents | 8d5380556f12 |
children | a0bff269046a |
files | libpurple/protocols/oscar/oscar.h |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h Sun Sep 06 21:16:57 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.h Sun Sep 06 21:20:48 2009 +0000 @@ -1026,11 +1026,12 @@ #define AIM_FLAG_ICQ 0x0040 #define AIM_FLAG_WIRELESS 0x0080 #define AIM_FLAG_UNKNOWN100 0x0100 -#define AIM_FLAG_UNKNOWN200 0x0200 +#define AIM_FLAG_IMFORWARDING 0x0200 #define AIM_FLAG_ACTIVEBUDDY 0x0400 #define AIM_FLAG_UNKNOWN800 0x0800 -#define AIM_FLAG_ABINTERNAL 0x1000 -#define AIM_FLAG_ALLUSERS 0x001f +#define AIM_FLAG_ONEWAYWIRELESS 0x1000 +#define AIM_FLAG_NOKNOCKKNOCK 0x00040000 +#define AIM_FLAG_FORWARD_MOBILE 0x00080000 #define AIM_USERINFO_PRESENT_FLAGS 0x00000001 #define AIM_USERINFO_PRESENT_MEMBERSINCE 0x00000002