libpurple/protocols/jabber/auth.c

changeset 16564
482de7e2868f
parent 16490
68c22924d66b
child 16724
724e0f6df95d
equal deleted inserted replaced
16563:9a5d1a5080dd 16564:482de7e2868f
292 */ 292 */
293 } else if (!plaintext) { 293 } else if (!plaintext) {
294 purple_request_yes_no(js->gc, _("Plaintext Authentication"), 294 purple_request_yes_no(js->gc, _("Plaintext Authentication"),
295 _("Plaintext Authentication"), 295 _("Plaintext Authentication"),
296 _("This server requires plaintext authentication over an unencrypted connection. Allow this and continue authentication?"), 296 _("This server requires plaintext authentication over an unencrypted connection. Allow this and continue authentication?"),
297 2, js->gc->account, 297 2, js->gc->account, NULL, NULL, NULL,
298 allow_cyrus_plaintext_auth, 298 allow_cyrus_plaintext_auth,
299 disallow_plaintext_auth); 299 disallow_plaintext_auth);
300 return; 300 return;
301 /* Everything else has failed, so fail the 301 /* Everything else has failed, so fail the
302 * connection. Should probably have a better 302 * connection. Should probably have a better

mercurial