浏览代码

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