libpurple/conversation.h

changeset 16007
3d954c38cf0c
parent 15884
4de1981757fc
child 16238
33bf2fd32108
child 16743
1ce5ffe12e2a
child 20478
46933dc62880
--- a/libpurple/conversation.h	Sun Mar 25 20:22:52 2007 +0000
+++ b/libpurple/conversation.h	Tue Mar 27 03:06:35 2007 +0000
@@ -115,7 +115,8 @@
 	PURPLE_MESSAGE_DELAYED     = 0x0400, /**< Delayed message.         */
 	PURPLE_MESSAGE_RAW         = 0x0800, /**< "Raw" message - don't
 	                                        apply formatting         */
-	PURPLE_MESSAGE_IMAGES      = 0x1000  /**< Message contains images  */
+	PURPLE_MESSAGE_IMAGES      = 0x1000, /**< Message contains images  */
+	PURPLE_MESSAGE_NOTIFY      = 0x2000  /**< Message is a notification */
 
 } PurpleMessageFlags;
 

mercurial