Ver código fonte

Updates default config, avoids storing muc data on prosody restart.

factor2
damencho 8 anos atrás
pai
commit
9fb49cb59b

+ 1
- 0
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example Ver arquivo

@@ -26,6 +26,7 @@ VirtualHost "jitmeet.example.com"
26 26
         c2s_require_encryption = false
27 27
 
28 28
 Component "conference.jitmeet.example.com" "muc"
29
+    storage = "null"
29 30
     --modules_enabled = { "token_verification" }
30 31
 admins = { "focusUser@auth.jitmeet.example.com" }
31 32
 

Carregando…
Cancelar
Salvar