fix(prosody): Fixes auth type internal with prosody 13.
This commit is contained in:
@@ -154,6 +154,7 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else if eq $PROSODY_AUTH_TYPE "internal" }}
|
{{ else if eq $PROSODY_AUTH_TYPE "internal" }}
|
||||||
authentication = "internal_hashed"
|
authentication = "internal_hashed"
|
||||||
|
disable_sasl_mechanisms={ "DIGEST-MD5", "OAUTHBEARER" }
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
authentication = "jitsi-anonymous"
|
authentication = "jitsi-anonymous"
|
||||||
|
|||||||
Reference in New Issue
Block a user