diff -r bedd1215fb5e -r 2eadc7d7c8ab libpurple/protocols/jabber/auth.c --- a/libpurple/protocols/jabber/auth.c Tue Oct 09 13:32:58 2007 +0000 +++ b/libpurple/protocols/jabber/auth.c Tue Oct 09 13:36:08 2007 +0000 @@ -50,7 +50,6 @@ "", -1); return TRUE; } else if(xmlnode_get_child(starttls, "required")) { - js->gc->wants_to_die = TRUE; purple_connection_error_reason (js->gc, PURPLE_REASON_NO_SSL_SUPPORT, _("Server requires TLS/SSL for login. No TLS/SSL support found.")); return TRUE; @@ -115,7 +114,6 @@ static void disallow_plaintext_auth(PurpleAccount *account) { - account->gc->wants_to_die = TRUE; purple_connection_error_reason (account->gc, PURPLE_REASON_ENCRYPTION_ERROR, _("Server requires plaintext authentication over an unencrypted stream")); }