libpurple/protocols/jabber/auth.c

branch
soc.2013.gobjectification
changeset 34940
c0aef3b64c56
parent 34935
686fa55b0deb
parent 34331
c8486462bb63
child 34977
42e9e59fbf0f
equal deleted inserted replaced
34939:e093c956c5e5 34940:c0aef3b64c56
315 purple_account_get_username(account)); 315 purple_account_get_username(account));
316 purple_request_yes_no(js->gc, _("Plaintext Authentication"), 316 purple_request_yes_no(js->gc, _("Plaintext Authentication"),
317 _("Plaintext Authentication"), 317 _("Plaintext Authentication"),
318 msg, 318 msg,
319 1, 319 1,
320 account, NULL, NULL, 320 purple_request_cpar_from_account(account),
321 account, allow_plaintext_auth, 321 account, allow_plaintext_auth,
322 disallow_plaintext_auth); 322 disallow_plaintext_auth);
323 g_free(msg); 323 g_free(msg);
324 return; 324 return;
325 } 325 }

mercurial