libpurple/protocols/jabber/iq.c

branch
soc.2007.xmpp
changeset 18911
34ae89bfee24
parent 18718
17a6c2c4820e
child 19897
8b5abbdebc87
--- a/libpurple/protocols/jabber/iq.c	Mon Jul 23 15:22:33 2007 +0000
+++ b/libpurple/protocols/jabber/iq.c	Thu Jul 26 01:32:21 2007 +0000
@@ -348,7 +348,7 @@
 	
 	purple_debug_info("jabber", "jabber_iq_parse\n");
 
-	if(xmlnode_get_child_with_namespace(packet, "ping", "http://www.xmpp.org/extensions/xep-0199.html#ns")) {
+	if(xmlnode_get_child_with_namespace(packet, "ping", "urn:xmpp:ping")) {
 		jabber_ping_parse(js, packet);
 		return;
 	}

mercurial