mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 00:36:21 +00:00
Force tls on all connections, add tls policy account property
This commit is contained in:
@@ -707,6 +707,9 @@ cons_show_account(ProfAccount *account)
|
||||
if (account->muc_nick) {
|
||||
cons_show ("muc nick : %s", account->muc_nick);
|
||||
}
|
||||
if (account->tls_policy) {
|
||||
cons_show ("TLS policy : %s", account->tls_policy);
|
||||
}
|
||||
if (account->last_presence) {
|
||||
cons_show ("Last presence : %s", account->last_presence);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user