pidgin: d81a19bb: Add a flag indicating that a prpl allows...

qulogic at pidgin.im qulogic at pidgin.im
Sun Mar 20 20:33:05 EDT 2011


----------------------------------------------------------------------
Revision: d81a19bb08989614d343c30614d85bca39256bd6
Parent:   6dc76cda24f54c24299213f17773c998c619fb6d
Author:   qulogic at pidgin.im
Date:     03/20/11 15:43:16
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/d81a19bb08989614d343c30614d85bca39256bd6

Changelog: 

Add a flag indicating that a prpl allows specifying an invite message.

Changes against parent 6dc76cda24f54c24299213f17773c998c619fb6d

  patched  libpurple/prpl.h

-------------- next part --------------
============================================================
--- libpurple/prpl.h	eebe4698f961bd279636fb86f19b85cbe40f8097
+++ libpurple/prpl.h	00ddff21fbb760369b95f999cb7ead428862bfb2
@@ -202,8 +202,15 @@ typedef enum
 	 * Used as a hint that unknown commands should not be sent as messages.
 	 * @since 2.1.0
 	 */
-	OPT_PROTO_SLASH_COMMANDS_NATIVE = 0x00000400
+	OPT_PROTO_SLASH_COMMANDS_NATIVE = 0x00000400,
 
+	/**
+	 * Indicates that this protocol supports sending a user-supplied message
+	 * along with an invitation.
+	 * @since 2.8.0
+	 */
+	OPT_PROTO_INVITE_MESSAGE = 0x00000800
+
 } PurpleProtocolOptions;
 
 /**


More information about the Commits mailing list