xmpp: set storage backend to "none"
"null" seems to have stopped working.
This commit is contained in:
@@ -22,7 +22,7 @@ VirtualHost "${XMPP_AUTH_DOMAIN}"
|
|||||||
authentication = "internal_plain"
|
authentication = "internal_plain"
|
||||||
|
|
||||||
Component "${XMPP_MUC_DOMAIN}" "muc"
|
Component "${XMPP_MUC_DOMAIN}" "muc"
|
||||||
storage = "null"
|
storage = "none"
|
||||||
|
|
||||||
Component "jitsi-videobridge.${XMPP_DOMAIN}"
|
Component "jitsi-videobridge.${XMPP_DOMAIN}"
|
||||||
component_secret = "${JVB_COMPONENT_SECRET}"
|
component_secret = "${JVB_COMPONENT_SECRET}"
|
||||||
|
|||||||
Reference in New Issue
Block a user