forked from jitsi/docker-jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merge stable-9111.ems-1 into openshift branch #33
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
support for visitor mode in prosody, with some fixes for jicofo as well
Currently if you use the default `source` command in linux and the default `.env` file as declared in the `env.example`, it will fail because of the space in the string. Using double-quotes around the string will solve this issue.
This makes it easy to re-attempt a botched build.
* 3b9afe4 release: build images before comitting the changelog * 54d422b jvb: autoscaler sidecar support * 9f0658d sample: escape/encapsulate string * 5d05ba2 jicofo: support jicofo log file for tailing (jitsi#1632) * 8555fe1 web: param to control config.hosts.authDomain (jitsi#1627) * cd1c9fb prosody: remove muc limit messages from visitors (jitsi#1626) * af50dde prosody: s2s whitelist duplicate param fix (jitsi#1625) * eb91893 prosody: add ping module to auth domain (jitsi#1624) * 261caa3 prosody: guest ping module, var for auth type (jitsi#1623) * 7fb1026 prosody: params for limits (jitsi#1622) * cf894ce prosody: variables for lobby and breakout modules * a827437 prosody: param to link room metadata to main vhost (jitsi#1616) * 5120595 prosody: var for config in main vhost (jitsi#1615) * bebd748 web: flag to control sctp bridge channel choice (jitsi#1613) * 6bfa830 prosody: visitor mode support (jitsi#1611) * 7bfc5c1 prosody: update version of prosody-plugings package * 3a77aac jicofo: support visitors in jicofo configuration (jitsi#1610) * f860c5d jvb: don’t send Jetty server version * 63380fa misc: working on unstable
Signed-off-by: Rhea Danzey <[email protected]>
release * 3b9afe4 release: build images before comitting the changelog * 54d422b jvb: autoscaler sidecar support * 9f0658d sample: escape/encapsulate string * 5d05ba2 jicofo: support jicofo log file for tailing (jitsi#1632) * 8555fe1 web: param to control config.hosts.authDomain (jitsi#1627) * cd1c9fb prosody: remove muc limit messages from visitors (jitsi#1626) * af50dde prosody: s2s whitelist duplicate param fix (jitsi#1625) * eb91893 prosody: add ping module to auth domain (jitsi#1624) * 261caa3 prosody: guest ping module, var for auth type (jitsi#1623) * 7fb1026 prosody: params for limits (jitsi#1622) * cf894ce prosody: variables for lobby and breakout modules * a827437 prosody: param to link room metadata to main vhost (jitsi#1616) * 5120595 prosody: var for config in main vhost (jitsi#1615) * bebd748 web: flag to control sctp bridge channel choice (jitsi#1613) * 6bfa830 prosody: visitor mode support (jitsi#1611) * 7bfc5c1 prosody: update version of prosody-plugings package * 3a77aac jicofo: support visitors in jicofo configuration (jitsi#1610) * f860c5d jvb: don’t send Jetty server version * 63380fa misc: working on unstable
* 825730d web: nginx ws-colibri proxy regex updates (jitsi#1645) * 54d3aca jicofo: add AV1 options * 0827186 prosody: stun in external services (jitsi#1644) * d67938c misc: working on unstable
Merge Stable-9078
release * 825730d web: nginx ws-colibri proxy regex updates (jitsi#1645) * 54d3aca jicofo: add AV1 options * 0827186 prosody: stun in external services (jitsi#1644) * d67938c misc: working on unstable
Merge stable-9111
Signed-off-by: Rhea Danzey <[email protected]>
Signed-off-by: Rhea Danzey <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Minor patch to JVB autoscaler sidecar to remove dependence on s6-overlay, everything else should be a routine merge