| 95 purple_account_get_username(account)); |
95 purple_account_get_username(account)); |
| 96 purple_request_yes_no(js->gc, _("Plaintext Authentication"), |
96 purple_request_yes_no(js->gc, _("Plaintext Authentication"), |
| 97 _("Plaintext Authentication"), |
97 _("Plaintext Authentication"), |
| 98 msg, |
98 msg, |
| 99 1, |
99 1, |
| 100 account, NULL, NULL, |
100 purple_request_cpar_from_account(account), |
| 101 account, allow_plaintext_auth, disallow_plaintext_auth); |
101 account, allow_plaintext_auth, disallow_plaintext_auth); |
| 102 g_free(msg); |
102 g_free(msg); |
| 103 return JABBER_SASL_STATE_CONTINUE; |
103 return JABBER_SASL_STATE_CONTINUE; |
| 104 } |
104 } |
| 105 |
105 |