MUC - How to query owner list

Hi all,

Owner couldn’t query room owners list. What’s wrong in my sending stanza?

For detail:

SEND:

    <query xmlns="[http://jabber.org/protocol/muc#admin](http://jabber.org/protocol/muc#admin)"><item affiliation="owner" /></query>

</iq>

REV:

I tried with other server. It should be in two cases:

Case 1: User signed in with affiliation=member and error stanza will return

Administrator privileges required

Case 2: User signed in with affiliation=owner and list of jids as result

BUT openfire did not match both, it seems server has something wrong in this situation?

Best regards,

Resurrecting this old thread, since I hit the same problem:

When a owner of a MUC leaves and rejoins the room, getOwners() throws an 403 exception. Shortly after it getOwners() seems to work.

There is also another report of this behavior.