libpurple/prpl.h

branch
trac17295
changeset 38970
8fb9b1666fb7
parent 38965
ad627e43c7fe
child 40427
93bf0203f935
--- a/libpurple/prpl.h	Thu Mar 22 22:30:37 2018 +0000
+++ b/libpurple/prpl.h	Thu Mar 22 22:30:40 2018 +0000
@@ -209,7 +209,14 @@
 	 * along with an invitation.
 	 * @since 2.8.0
 	 */
-	OPT_PROTO_INVITE_MESSAGE = 0x00000800
+	OPT_PROTO_INVITE_MESSAGE = 0x00000800,
+
+	/**
+	 * Indicates that this protocol supports creating invisible buddies for
+	 * reporting presence/alias of IM peers.
+	 * @since 2.14.0
+	 */
+	OPT_PROTO_TRANSIENT_BUDDIES = 0x00001000,
 
 } PurpleProtocolOptions;
 

mercurial