Mercurial > pidgin
diff src/protocols/oscar/aim.h @ 12486:5b9ae793e2fb
[gaim-migrate @ 14798]
Stu is one smart young whipper snapper.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 14 Dec 2005 22:53:54 +0000 |
| parents | 9a0a6e74aafd |
| children | e739ace2688b |
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h Wed Dec 14 22:53:17 2005 +0000 +++ b/src/protocols/oscar/aim.h Wed Dec 14 22:53:54 2005 +0000 @@ -1266,6 +1266,10 @@ #define AIM_SSI_ACK_INVALIDNAME 0x000d #define AIM_SSI_ACK_AUTHREQUIRED 0x000e +/* These flags are set in the 0x00c9 TLV of SSI teyp 0x0005 */ +#define AIM_SSI_PRESENCE_FLAG_SHOWIDLE 0x00000400 +#define AIM_SSI_PRESENCE_FLAG_NORECENTBUDDIES 0x00020000 + struct aim_ssi_item { char *name; fu16_t gid;
