From 4abeb804094c9bfa3b4a87a53018cbdc2f7a6f6a Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 11 Aug 2025 12:14:08 +0100 Subject: 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. --- files/prosody.cfg.lua.j2 | 5 +++++ 1 file changed, 5 insertions(+) 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"; -- cgit v1.2.3