fix(prosody): Fixes auth type internal with prosody 13.

This commit is contained in:
damencho
2025-03-22 16:21:25 -05:00
committed by Дамян Минков
parent 62feac8e4d
commit 6668c1ba6f

View File

@@ -154,6 +154,7 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
{{ end }}
{{ else if eq $PROSODY_AUTH_TYPE "internal" }}
authentication = "internal_hashed"
disable_sasl_mechanisms={ "DIGEST-MD5", "OAUTHBEARER" }
{{ end }}
{{ else }}
authentication = "jitsi-anonymous"