Is there any stanza in xmpp for admin to add another member as admin

168 views Asked by At

I am working on group chat application, is there any stanza in xmpp, so that an admin can add another member as admin. suppose 'a' is owner, 'a' adds 'b' as admin in his group, can 'b' add 'c' as admin. how to achieve this?? is there any stanza??

1

There are 1 answers

0
Kev On

Room admins can't grant other users the admin affiliation; only owners may grant the admin affiliation. See http://www.xmpp.org/extensions/xep-0045.html#grantadmin for the protocol needed for owners to assign the admin affiliation.