# HG changeset patch # User Daniel Atallah # Date 1194909625 0 # Node ID 577d90f8794efcfb4e4f11b4a0119d39f4d4cbd6 # Parent 2b6553584385d14a3380a0fc69efdbf5a09d9e1a I messed this up at some point. diff -r 2b6553584385 -r 577d90f8794e libpurple/protocols/bonjour/jabber.c --- a/libpurple/protocols/bonjour/jabber.c Mon Nov 12 23:16:52 2007 +0000 +++ b/libpurple/protocols/bonjour/jabber.c Mon Nov 12 23:20:25 2007 +0000 @@ -957,7 +957,7 @@ if(check_if_blocked(pb)) return; - if ((child = xmlnode_get_child(packet, "si")) || (child = xmlnode_get_child(packet, "si"))) + if ((child = xmlnode_get_child(packet, "si")) || (child = xmlnode_get_child(packet, "error"))) xep_si_parse(connection, packet, pb); else xep_bytestreams_parse(connection, packet, pb);