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

Open
SkyTaurus opened this issue Apr 30, 2024 · 2 comments
Open

Visitor forcePromote work not as well #14699

SkyTaurus opened this issue Apr 30, 2024 · 2 comments
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
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

No branches or pull requests

3 participants