Fri, 27 Jan 2006 15:21:49 +0000
[gaim-migrate @ 15412]
Authentication Failure should wants_to_die, yes?
| src/protocols/jabber/jabber.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/jabber/jabber.c Fri Jan 27 06:40:38 2006 +0000 +++ b/src/protocols/jabber/jabber.c Fri Jan 27 15:21:49 2006 +0000 @@ -1389,6 +1389,7 @@ } else if(xmlnode_get_child(error, "temporary-auth-failure")) { text = _("Temporary Authentication Failure"); } else { + js->gc->wants_to_die = TRUE; text = _("Authentication Failure"); } } else if(!strcmp(packet->name, "stream:error")) {