add sasl2 support
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-04-21 15:22:46 -07:00
parent 14a7fe0d02
commit 43b6912977

View file

@ -76,6 +76,10 @@ modules_enabled = {
-- Other specific functionality
"cloud_notify";
"cloud_notify_extensions";
"sasl2";
"sasl2_bind";
"sasl2_sm";
"sasl2_fast";
--"announce"; -- Send announcement to all online users
--"groups"; -- Shared roster support
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.