diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 12:14:08 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 12:14:08 +0100 |
commit | 4abeb804094c9bfa3b4a87a53018cbdc2f7a6f6a (patch) | |
tree | 583a4a010d0f0e03f746bf80c5c24d3d8ef1a4e2 | |
parent | f71964def2236e3b34be3f9f9eb431146437392f (diff) |
Enable sasl2 modules
These are newly available in Trixie. I believe Monal will start loudly
warning if they are not used in the near future.
-rw-r--r-- | files/prosody.cfg.lua.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 88f9279..2653713 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -26,6 +26,11 @@ modules_enabled = { "private"; "proxy65"; "roster"; + "sasl2"; + "sasl2_bind2"; + "sasl2_fast"; + "sasl2_sm"; + "sasl_ssdp"; "saslauth"; "server_contact_info"; "smacks"; |