Skip to content

feat(auth_hybrid_matrix_token): add a prosody var to disable room membership verification#48

Merged
emrahcom merged 1 commit into
jitsi-contrib:mainfrom
bastienle-gall:main
Aug 8, 2025
Merged

feat(auth_hybrid_matrix_token): add a prosody var to disable room membership verification#48
emrahcom merged 1 commit into
jitsi-contrib:mainfrom
bastienle-gall:main

Conversation

@bastienle-gall

Copy link
Copy Markdown

Currently, the module always calls the /verify/user_in_room endpoint of UVS, which requires a Synapse admin user token to work, and will only work on Synapse.
This PR adds a Prosody config option that disables room membership verification, and only checks if the user exists.

@emrahcom emrahcom merged commit eacef73 into jitsi-contrib:main Aug 8, 2025
1 check passed
@emrahcom

emrahcom commented Aug 8, 2025

Copy link
Copy Markdown
Member

Hi @bastienle-gall

I updated some minor things after merged. Could you check the latest version to be sure it is working.

By the way, I think you already know, Matrix users will be always moderator in Jitsi when membership verification is disabled.

@bastienle-gall

Copy link
Copy Markdown
Author

Hi,

It still works as it should after your changes, perfect

Yes I noticed this behaviour too, but it's fine by me

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.

2 participants