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

Make focus username configurable (ex. focusUserJid) #7376

Closed
kevin-olbrich opened this issue Jul 22, 2020 · 3 comments
Closed

Make focus username configurable (ex. focusUserJid) #7376

kevin-olbrich opened this issue Jul 22, 2020 · 3 comments
Labels
config Configuration related issues documentation Issue related to documentation wontfix Issue won't be fixed

Comments

@kevin-olbrich
Copy link
Contributor

Is your feature request related to a problem you are facing?
The username "focus" is hardcoded in many places and thus can not be customized.
Community thread: https://community.jitsi.org/t/no-traffic-to-jvb-from-client/70817

Describe the solution you'd like
Make username for "focus" configurable.
Example config.js: focusUserJid: 'meet-focus@auth.jitsi-meet.example.com',

Describe alternatives you've considered
Keep, document it and / or remove variable declaration.

@paweldomas
Copy link
Member

thanks for the report, yeah it needs to be cleaned up

@Echolon Echolon added config Configuration related issues documentation Issue related to documentation labels Jul 22, 2020
paweldomas pushed a commit that referenced this issue Jul 23, 2020
@stale
Copy link

stale bot commented Oct 22, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix Issue won't be fixed label Oct 22, 2020
@vali-um
Copy link

vali-um commented Oct 22, 2020

Hi,

I ran into problems as i wanted to change the focus user jid to fit our environment. So i scanned though occurences that harcode the 'focus' jid, which i only found in lib-jitsi-meet, and patched it to use the setting and fallback to 'focus'.

A sidenote: I've noticed the functions setFocusUserJid() getFocusUserJid() modules/xmpp/moderator.js. I don't really understand why the FocusUserJid is set from the iq message instead of combining Focus with the configured auth domain

thanks for adding the documentation about this, would have saved me a lot of trouble to read this earlier (totally my fault...)

focus_configurable.txt

@stale stale bot closed this as completed Nov 2, 2020
cnvandijk added a commit to cnvandijk/matrix-docker-ansible-deploy that referenced this issue Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Configuration related issues documentation Issue related to documentation wontfix Issue won't be fixed
Projects
None yet
Development

No branches or pull requests

4 participants