소스 검색

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

damencho 3 달 전
부모
커밋
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"