#1724 MUC: unable to kick users with same affiliation
Reporter
MattJ
Owner
MattJ
Created
Updated
Stars
★ (1)
Tags
Milestone-0.12
Status-Fixed
Type-Defect
Priority-Medium
MattJ
on
What steps will reproduce the problem?
1. As an owner of a MUC, try to kick another owner of the same MUC
What is the expected output?
The kick should succeed.
What do you see instead?
The kick is rejected.
What version of the product are you using? On what operating system?
Prosody 0.12.0.
Please provide any additional information below.
XEP-0045 states:
"A moderator SHOULD NOT be allowed to revoke moderation privileges from someone with a higher affiliation than themselves (i.e., an unaffiliated moderator SHOULD NOT be allowed to revoke moderation privileges from an admin or an owner, and an admin SHOULD NOT be allowed to revoke moderation privileges from an owner)."
This implies that kicking someone with the *same* affiliation should in fact succeed.
What steps will reproduce the problem? 1. As an owner of a MUC, try to kick another owner of the same MUC What is the expected output? The kick should succeed. What do you see instead? The kick is rejected. What version of the product are you using? On what operating system? Prosody 0.12.0. Please provide any additional information below. XEP-0045 states: "A moderator SHOULD NOT be allowed to revoke moderation privileges from someone with a higher affiliation than themselves (i.e., an unaffiliated moderator SHOULD NOT be allowed to revoke moderation privileges from an admin or an owner, and an admin SHOULD NOT be allowed to revoke moderation privileges from an owner)." This implies that kicking someone with the *same* affiliation should in fact succeed.
Possible duplicate: https://issues.prosody.im/769
Fixed in 0.12 by https://hg.prosody.im/trunk/rev/3dfcdcab5446
Changes