xmpp: set storage backend to "none"

"null" seems to have stopped working.
This commit is contained in:
Saúl Ibarra Corretgé 2018-07-17 11:14:48 +02:00
parent 293751c73e
commit 1d22539aac
1 changed files with 1 additions and 1 deletions

View File

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