comparison libpurple/protocols/bonjour/jabber.c @ 21464:577d90f8794e

I messed this up at some point.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 12 Nov 2007 23:20:25 +0000
parents 2b6553584385
children e489c81e1f6f
comparison
equal deleted inserted replaced
21463:2b6553584385 21464:577d90f8794e
955 } 955 }
956 956
957 if(check_if_blocked(pb)) 957 if(check_if_blocked(pb))
958 return; 958 return;
959 959
960 if ((child = xmlnode_get_child(packet, "si")) || (child = xmlnode_get_child(packet, "si"))) 960 if ((child = xmlnode_get_child(packet, "si")) || (child = xmlnode_get_child(packet, "error")))
961 xep_si_parse(connection, packet, pb); 961 xep_si_parse(connection, packet, pb);
962 else 962 else
963 xep_bytestreams_parse(connection, packet, pb); 963 xep_bytestreams_parse(connection, packet, pb);
964 } 964 }
965 965