changeset 1711:3a1afbfb28dd

Fix typo introduced in ac881b5f9248 (s/last/ping)
author franky
date Tue, 09 Feb 2010 18:05:13 +0100
parents 68981c37ed3f
children 7bdd9ed28684
files mcabber/mcabber/xmpp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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";