diff libpurple/conversation.h @ 19511:ea26d30449fd

Add a new flag PURPLE_MESSAGE_INVISIBLE which can be used to send a message in a conversation, but without displaying it in the conversation window. Use this new flag from Yahoo! when sending a buzz.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 28 Aug 2007 08:58:36 +0000
parents deb9471d7142
children 57d350900136
line wrap: on
line diff
--- a/libpurple/conversation.h	Tue Aug 28 08:53:48 2007 +0000
+++ b/libpurple/conversation.h	Tue Aug 28 08:58:36 2007 +0000
@@ -118,9 +118,9 @@
 	                                        apply formatting         */
 	PURPLE_MESSAGE_IMAGES      = 0x1000, /**< Message contains images  */
 	PURPLE_MESSAGE_NOTIFY      = 0x2000, /**< Message is a notification */
-	PURPLE_MESSAGE_NO_LINKIFY  = 0x4000  /**< Message should not be auto-
+	PURPLE_MESSAGE_NO_LINKIFY  = 0x4000, /**< Message should not be auto-
 										   linkified */
-
+	PURPLE_MESSAGE_INVISIBLE   = 0x8000, /**< Message should not be displayed */
 } PurpleMessageFlags;
 
 /**