-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Visitor forcePromote work not as well #14699
Comments
Ping @damencho |
Yeah, I asked for this issue in the forum thread from the link above. I will try to look at it this weeks when I have some time. |
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. |
damencho
added a commit
that referenced
this issue
Sep 6, 2024
damencho
added a commit
that referenced
this issue
Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I send a message from the plugin from the visitor prosody with parameters
local promotion_request = st.iq({ type = 'set', to = 'visitors.'..main_domain, from = local_domain, id = iq_id }) :tag('visitors', { xmlns = 'jitsi:visitors', room = jid.join(jid.node(room.jid), muc_domain_prefix..'.'..main_domain) }) :tag('promotion-request', { xmlns = 'jitsi:visitors', jid = occupant.jid, time = 5, userId = user_id, forcePromote = true; }):up();
then the moderator will receive a message about the need to confirm the role change. Discussion here https://community.jitsi.org/t/jwt-and-extra-large-conference/129944/134
The text was updated successfully, but these errors were encountered: