소스 검색

xmpp: set storage backend to "none"

"null" seems to have stopped working.
Saúl Ibarra Corretgé 6 년 전
부모
커밋
1d22539aac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

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

@@ -22,7 +22,7 @@ VirtualHost "${XMPP_AUTH_DOMAIN}"
     authentication = "internal_plain"
 
 Component "${XMPP_MUC_DOMAIN}" "muc"
-    storage = "null"
+    storage = "none"
 
 Component "jitsi-videobridge.${XMPP_DOMAIN}"
     component_secret = "${JVB_COMPONENT_SECRET}"