Mercurial > pidgin.yaz
changeset 20187:8c32a904ed1f
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
through 0411be512ef271d73fb2f800df237b0953a983a1
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 28 Sep 2007 14:52:51 +0000 |
parents | c5422ea546dc |
children | 3ae22bbdaeff |
files | libpurple/protocols/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Fri Sep 28 14:51:59 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.c Fri Sep 28 14:52:51 2007 +0000 @@ -141,6 +141,7 @@ if(jabber_process_starttls(js, packet)) return; } else if(purple_account_get_bool(js->gc->account, "require_tls", FALSE) && !js->gsc) { + js->gc->wants_to_die = TRUE; purple_connection_error(js->gc, _("You require encryption, but it is not available on this server.")); return; }