# HG changeset patch # User franky # Date 1265735113 -3600 # Node ID 3a1afbfb28dd1be238bdca05f6718499584388fe # Parent 68981c37ed3f981fd1542c6c5d311cf316344055 Fix typo introduced in ac881b5f9248 (s/last/ping) diff -r 68981c37ed3f -r 3a1afbfb28dd 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";