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

Visitor forcePromote work not as well #14699

Closed
SkyTaurus opened this issue Apr 30, 2024 · 4 comments · Fixed by #15099
Closed

Visitor forcePromote work not as well #14699

SkyTaurus opened this issue Apr 30, 2024 · 4 comments · Fixed by #15099
Assignees

Comments

@SkyTaurus
Copy link

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

@saghul
Copy link
Member

saghul commented May 6, 2024

Ping @damencho

@damencho
Copy link
Member

damencho commented May 6, 2024

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.

@damencho damencho self-assigned this May 6, 2024
Copy link

github-actions bot commented Jul 6, 2024

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.

@github-actions github-actions bot added the stale label Jul 6, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 16, 2024
@damencho damencho reopened this Jul 17, 2024
@github-actions github-actions bot removed the stale label Jul 18, 2024
@damencho
Copy link
Member

damencho commented Sep 6, 2024

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 a pull request may close this issue.

3 participants