# HG changeset patch # User Mark Doliner # Date 1252272048 0 # Node ID dc0c781dce10ed3be1a3529d7623f6506f01bd0a # Parent 8d5380556f12b9f618efcb6112d3fa350831bfeb Update some macros based on information from http://dev.aol.com/aim/oscar/#OSERVICE__NICK_FLAGS diff -r 8d5380556f12 -r dc0c781dce10 libpurple/protocols/oscar/oscar.h --- 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