xmpp: add ability to customize the XMPP MUC domain
This commit is contained in:
@@ -21,7 +21,7 @@ VirtualHost "${XMPP_AUTH_DOMAIN}"
|
||||
}
|
||||
authentication = "internal_plain"
|
||||
|
||||
Component "conference.${XMPP_DOMAIN}" "muc"
|
||||
Component "${XMPP_MUC_DOMAIN}" "muc"
|
||||
storage = "null"
|
||||
|
||||
Component "jitsi-videobridge.${XMPP_DOMAIN}"
|
||||
|
||||
@@ -12,6 +12,7 @@ if [[ ! -f $PROSODY_CFG ]]; then
|
||||
sed -i \
|
||||
-e "s,\${XMPP_DOMAIN},$XMPP_DOMAIN,g" \
|
||||
-e "s,\${XMPP_AUTH_DOMAIN},$XMPP_AUTH_DOMAIN,g" \
|
||||
-e "s,\${XMPP_MUC_DOMAIN},$XMPP_MUC_DOMAIN,g" \
|
||||
-e "s,\${JICOFO_AUTH_USER},$JICOFO_AUTH_USER,g" \
|
||||
-e "s,\${JICOFO_COMPONENT_SECRET},$JICOFO_COMPONENT_SECRET,g" \
|
||||
-e "s,\${JVB_COMPONENT_SECRET},$JVB_COMPONENT_SECRET,g" \
|
||||
|
||||
Reference in New Issue
Block a user