From 8e2964b0068013430696af5e31b7626027b323bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 28 Jan 2019 21:58:08 +0100 Subject: [PATCH] xmpp: fix storage backend on prosody 0.11 --- prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua b/prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua index ddb72cf..5529094 100644 --- a/prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua +++ b/prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua @@ -35,11 +35,11 @@ Component "{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}" "muc" modules_enabled = { "ping"; } - storage = "none" + storage = "internal" muc_room_cache_size = 1000 Component "{{ .Env.XMPP_MUC_DOMAIN }}" "muc" - storage = "none" + storage = "internal" Component "focus.{{ .Env.XMPP_DOMAIN }}" component_secret = "{{ .Env.JICOFO_COMPONENT_SECRET }}"