--- 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; }