fix(prosody): Fixes auth type internal with prosody 13.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user