Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to using mucs for jvb (#1009) #1024

Merged
merged 3 commits into from
Jan 15, 2020
Merged

Migrate to using mucs for jvb (#1009) #1024

merged 3 commits into from
Jan 15, 2020

Conversation

damencho
Copy link
Member

@damencho damencho commented Jan 8, 2020

  • Migrates to use mucs by default.

  • Disables just component and leaves defaults.

@@ -116,7 +116,7 @@ case "$1" in
echo "org.jitsi.videobridge.xmpp.user.shard.MUC_NICKNAME=$(uuidgen)" >> $NEW_JITSI_CONFIG
fi

if ! grep -q "--apis=," "$CONFIG" ;then
if ! grep -q "\--apis=," "$CONFIG" ;then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grep -q -e "--apis=," would also work -- -e means "interpret the next arg as the pattern, even if it starts with a dash."

lib/logging.properties Outdated Show resolved Hide resolved
* Migrates to use mucs by default.

* Disables just component and leaves defaults.
@bgrozev bgrozev merged commit aaa3c1c into master Jan 15, 2020
@damencho damencho deleted the migrate2mucs2 branch January 15, 2020 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants