Fix typo introduced in ac881b5f9248 (s/last/ping)
authorfranky
Tue, 09 Feb 2010 18:05:13 +0100
changeset 1711 3a1afbfb28dd
parent 1710 68981c37ed3f
child 1712 7bdd9ed28684
Fix typo introduced in ac881b5f9248 (s/last/ping)
mcabber/mcabber/xmpp.c
--- 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";