src/protocols/oscar/aim.h

changeset 12486
58a4a7b22512
parent 12428
11d8c2ee5325
child 12652
363cd78076e0
--- 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;

mercurial