mcabber/mcabber/xmpp.c
changeset 1711 3a1afbfb28dd
parent 1705 ac881b5f9248
child 1715 1b6a04703fa0
--- a/mcabber/mcabber/xmpp.c	Tue Feb 09 13:25:08 2010 +0100
+++ b/mcabber/mcabber/xmpp.c	Tue Feb 09 18:05:13 2010 +0100
@@ -247,7 +247,7 @@
     strreqtype = "last";
   } else if (reqtype == iqreq_ping) {
     xmlns = NS_PING;
-    strreqtype = "last";
+    strreqtype = "ping";
   } else if (reqtype == iqreq_vcard) {
     xmlns = NS_VCARD;
     strreqtype = "vCard";