comparison mcabber/mcabber/xmpp.c @ 1711:3a1afbfb28dd

Fix typo introduced in ac881b5f9248 (s/last/ping)
author franky
date Tue, 09 Feb 2010 18:05:13 +0100
parents ac881b5f9248
children 1b6a04703fa0
comparison
equal deleted inserted replaced
1710:68981c37ed3f 1711:3a1afbfb28dd
245 } else if (reqtype == iqreq_last) { 245 } else if (reqtype == iqreq_last) {
246 xmlns = NS_LAST; 246 xmlns = NS_LAST;
247 strreqtype = "last"; 247 strreqtype = "last";
248 } else if (reqtype == iqreq_ping) { 248 } else if (reqtype == iqreq_ping) {
249 xmlns = NS_PING; 249 xmlns = NS_PING;
250 strreqtype = "last"; 250 strreqtype = "ping";
251 } else if (reqtype == iqreq_vcard) { 251 } else if (reqtype == iqreq_vcard) {
252 xmlns = NS_VCARD; 252 xmlns = NS_VCARD;
253 strreqtype = "vCard"; 253 strreqtype = "vCard";
254 } else 254 } else
255 return; 255 return;