comparison libpurple/xmlnode.c @ 15918:4be5d38ee117

Correctly handle the Jabber disconnection error for signing onto the same resource from two locations.
author Mark Doliner <mark@kingant.net>
date Sun, 25 Mar 2007 07:01:57 +0000
parents 8bcd5840fb12
children 9d02fefaa589 905d69a0ffd7
comparison
equal deleted inserted replaced
15917:40a8cefe4fcd 15918:4be5d38ee117
452 int nb_attributes, int nb_defaulted, const xmlChar **attributes) 452 int nb_attributes, int nb_defaulted, const xmlChar **attributes)
453 { 453 {
454 struct _xmlnode_parser_data *xpd = user_data; 454 struct _xmlnode_parser_data *xpd = user_data;
455 xmlnode *node; 455 xmlnode *node;
456 int i; 456 int i;
457
458 purple_debug_error("MARK", "\nelement_name=%s, prefix=%s, xmlns=%s\n", element_name, prefix, xmlns);
459 457
460 if(!element_name || xpd->error) { 458 if(!element_name || xpd->error) {
461 return; 459 return;
462 } else { 460 } else {
463 if(xpd->current) 461 if(xpd->current)