MUC change user afiliation problem

I have a problem to change user affiliation in a room. It is ok when I want to a a user as ‘‘member’’ or ‘‘outcast’’ but whenn I want to add it as ‘‘admin’’ or ‘‘owner’’ I have an error 400 message.

// My query:

Do you have any idea ?

Emmanuel

Hey Emmanuel,

I would say that you are an admin and not an owner. Only owners can add new admins and owners. Check out the privileges for admins and owners as described in http://www.jabber.org/jeps/jep-0045.html#affil-priv.

Regards,

– Gato

Thank you, but the “gadmintest” account is the onver of the room.

Any idea ?

Hey Emmanuel,

My bad. It seems that url=http://www.jabber.org/jeps/jep-0045.htmlJEP-0045: Multi-User Chat[/url] has been modified and now adding/removing owners and admins is done using the http://jabber.org/protocol/muc#admin[/i] namespace. When we implemented MUC the http://jabber.org/protocol/muc#owner[/i] namespace was being used. We have JM-391filed to update our implementation. Feel free to vote for it to raise its priority. Meanwhile, use the old namespace to add/remove owners and admins.

Regards,

– Gato