mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-04 13:10:38 +00:00
initial commit
This commit is contained in:
commit
16e9418632
12 changed files with 402 additions and 0 deletions
7
conf.d/03-e2e-policy.cfg.lua
Normal file
7
conf.d/03-e2e-policy.cfg.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
e2e_policy_chat = "required"
|
||||
e2e_policy_muc = "required"
|
||||
e2e_policy_whitelist = {}
|
||||
e2e_policy_message_optional_chat = "For security reasons, OMEMO, OTR or PGP encryption is STRONGLY recommended for conversations on this server."
|
||||
e2e_policy_message_required_chat = "For security reasons, OMEMO, OTR or PGP encryption is required for conversations on this server."
|
||||
e2e_policy_message_optional_muc = "For security reasons, OMEMO, OTR or PGP encryption is STRONGLY recommended for MUC on this server."
|
||||
e2e_policy_message_required_muc = "For security reasons, OMEMO, OTR or PGP encryption is required for MUC on this server."
|
Loading…
Add table
Add a link
Reference in a new issue