diff libpurple/connection.h @ 29250:0efd688ed086

Added connection flag ALLOW_ATTENTION Gray out attention button when the connection doesn't support sending attentions
author Marcus Lundblad <ml@update.uu.se>
date Tue, 28 Oct 2008 23:08:13 +0000
parents 85fc34efe733
children 602f3b6ddbbf
line wrap: on
line diff
--- a/libpurple/connection.h	Mon Oct 27 23:12:03 2008 +0000
+++ b/libpurple/connection.h	Tue Oct 28 23:08:13 2008 +0000
@@ -45,7 +45,8 @@
 	PURPLE_CONNECTION_NO_URLDESC = 0x0040,  /**< Connection does not support descriptions with links */ 
 	PURPLE_CONNECTION_NO_IMAGES = 0x0080,  /**< Connection does not support sending of images */
 	PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY = 0x0100, /**< Connection supports sending and receiving custom smileys */
-
+	PURPLE_CONNECTION_ALLOW_ATTENTION = 0x0200, /**< Connection supports sending attention */
+	
 } PurpleConnectionFlags;
 
 typedef enum