Add option for legacy authentication

New options:
  /connect <account> [auth default|legacy]
  /account <account> set auth default|legacy

Fixes #1236.
This commit is contained in:
Dmitry Podgorny
2020-02-27 01:22:05 +02:00
parent 8c9aee22e8
commit ac410445af
21 changed files with 234 additions and 46 deletions

View File

@@ -908,6 +908,9 @@ cons_show_account(ProfAccount *account)
if (account->tls_policy) {
cons_show ("TLS policy : %s", account->tls_policy);
}
if (account->auth_policy) {
cons_show ("Auth policy : %s", account->auth_policy);
}
if (account->last_presence) {
cons_show ("Last presence : %s", account->last_presence);
}