diff libpurple/protocols/jabber/message.h @ 27101:ad04d94e6ddf

Remove code for obsoleted XEP-0022 (Message Events)
author Paul Aurich <paul@darkrain42.org>
date Thu, 11 Jun 2009 22:25:25 +0000
parents f67f24008334
children c585572e80dd
line wrap: on
line diff
--- a/libpurple/protocols/jabber/message.h	Thu Jun 11 10:45:39 2009 +0000
+++ b/libpurple/protocols/jabber/message.h	Thu Jun 11 22:25:25 2009 +0000
@@ -53,11 +53,7 @@
 	char *error;
 	char *thread_id;
 	enum {
-		JM_TS_NONE = 0,
-		JM_TS_JEP_0022 = 0x1,
-		JM_TS_JEP_0085 = 0x2
-	} typing_style;
-	enum {
+		JM_STATE_NONE,
 		JM_STATE_ACTIVE,
 		JM_STATE_COMPOSING,
 		JM_STATE_PAUSED,