libpurple/protocols/jabber/auth_plain.c

changeset 34331
c8486462bb63
parent 32157
39ba2e2492ee
child 34940
c0aef3b64c56
equal deleted inserted replaced
34330:35d5e8fcc07b 34331:c8486462bb63
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

mercurial