comparison libpurple/protocols/jabber/auth_plain.c @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents a5b556ac1de5
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
73 xmlnode_free(response); 73 xmlnode_free(response);
74 } 74 }
75 75
76 static void disallow_plaintext_auth(PurpleAccount *account) 76 static void disallow_plaintext_auth(PurpleAccount *account)
77 { 77 {
78 purple_connection_error_reason(purple_account_get_connection(account), 78 purple_connection_error(purple_account_get_connection(account),
79 PURPLE_CONNECTION_ERROR_ENCRYPTION_ERROR, 79 PURPLE_CONNECTION_ERROR_ENCRYPTION_ERROR,
80 _("Server requires plaintext authentication over an unencrypted stream")); 80 _("Server requires plaintext authentication over an unencrypted stream"));
81 } 81 }
82 82
83 static JabberSaslState 83 static JabberSaslState