瀏覽代碼

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

damencho 1 月之前
父節點
當前提交
6668c1ba6f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"