Browse Source

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

damencho 1 month ago
parent
commit
6668c1ba6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

+ 1 - 0
prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@@ -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"