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

Allow adding custom modules to guest muc domain #1660

Closed
wants to merge 1 commit into from

Conversation

jmallach
Copy link

@jmallach jmallach commented Dec 4, 2023

No description provided.

@damencho
Copy link
Member

damencho commented Dec 4, 2023

What modules do you want to add there?

@jmallach
Copy link
Author

jmallach commented Dec 4, 2023

I'm trying to populate the participants metadata in my setup (using JWT/OIDC auth), so I am following this solution that is doing the job for me https://community.jitsi.org/t/jibri-metadata-json/20254/20. I'd like to restrict this module to the guest virtual domain, though, as currently I need to add it to GLOBAL_MODULES.

@damencho
Copy link
Member

damencho commented Dec 4, 2023

That is confusing, in general you should not need any modules under guest and that post mentions guests which are moderators which is another thing that should not be possible.
So if the module is following the presence of the room participants that should be under the main muc component, as the participants in the room use the room nick as jids for updating their presence in the room.

Copy link

This PR 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.

@github-actions github-actions bot added the stale label Mar 29, 2025
@github-actions github-actions bot closed this Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants