libpurple/protocols/jabber/message.c

changeset 27431
0c1545afc982
parent 27429
3313d7d74962
child 27432
cf4a335fd0ec
child 27434
7d8b32345d10
--- a/libpurple/protocols/jabber/message.c	Thu Jun 11 22:28:41 2009 +0000
+++ b/libpurple/protocols/jabber/message.c	Thu Jun 11 22:33:33 2009 +0000
@@ -740,12 +740,7 @@
 			if(timestamp)
 				jm->sent = purple_str_to_time(timestamp, TRUE, NULL, NULL, NULL);
 		} else if(!strcmp(child->name, "x")) {
-			if(!strcmp(xmlns, "jabber:x:delay")) {
-				const char *timestamp = xmlnode_get_attrib(child, "stamp");
-				jm->delayed = TRUE;
-				if(timestamp)
-					jm->sent = purple_str_to_time(timestamp, TRUE, NULL, NULL, NULL);
-			} else if(!strcmp(xmlns, "jabber:x:conference") &&
+			if(!strcmp(xmlns, "jabber:x:conference") &&
 					jm->type != JABBER_MESSAGE_GROUPCHAT_INVITE &&
 					jm->type != JABBER_MESSAGE_ERROR) {
 				const char *jid = xmlnode_get_attrib(child, "jid");

mercurial