add sasl2 support
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good
This commit is contained in:
parent
14a7fe0d02
commit
43b6912977
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue