Subject: Revoking Membership in an MUC room
I have an MUC room, it consists of an owner and members. When the owner attempts to revoke a user's membership:
I receive this response:
Also, if it matters, the room configuration is set to members only
- <iq id="MX_18" to="AAA-14@muc.domain.net" type="set" xmlns="jabber:client">
- <query xmlns="http://jabber.org/protocol/muc#admin">
- <item affiliation="none" nick="BBB" />
- </query>
- </iq>
I receive this response:
- <iq to="AAA@domain.net/MatriX-for-Android" id="MX_18" xmlns="jabber:client" type="error" from="AAA-14@muc.domain.net">
- <query xmlns="http://jabber.org/protocol/muc#admin">
- <item affiliation="none" nick="BBB" />
- </query>
- <error code="400" type="modify">
- <bad-request xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" />
- </error>
- </iq>
Also, if it matters, the room configuration is set to members only