libpurple/conversation.h

changeset 34483
0fbb73c987a4
parent 34481
25c373adf8de
child 34500
e322f9c8f3e9
--- a/libpurple/conversation.h	Sat Oct 05 10:04:30 2013 +0200
+++ b/libpurple/conversation.h	Sat Oct 05 17:29:09 2013 +0200
@@ -73,6 +73,8 @@
 	PURPLE_CONV_UPDATE_LOGGING, /**< Logging for this conversation was
 	                               enabled or disabled. */
 	PURPLE_CONV_UPDATE_TOPIC,   /**< The topic for a chat was updated. */
+	PURPLE_CONV_UPDATE_E2EE,    /**< The End-to-end encryption state was
+	                               updated. */
 	/*
 	 * XXX These need to go when we implement a more generic core/UI event
 	 * system.

mercurial