mcabber/mcabber/xmpp.c
changeset 2017 87049d55e34f
parent 2013 8dc418af3e72
child 2023 26edaf6ea10b
--- a/mcabber/mcabber/xmpp.c	Wed Jul 18 00:24:13 2012 +0200
+++ b/mcabber/mcabber/xmpp.c	Sat Jul 28 14:40:50 2012 +0200
@@ -242,7 +242,7 @@
     xmlns = NS_VERSION;
     strreqtype = "version";
   } else if (reqtype == iqreq_time) {
-    xmlns = NS_TIME;
+    xmlns = NS_XMPP_TIME;
     strreqtype = "time";
   } else if (reqtype == iqreq_last) {
     xmlns = NS_LAST;