XMPPFramework
XMPPFramework copied to clipboard
Join existing room with owner privilege
Is there a way to join an existing MUC room with owner permission?
I found that the creator can grant permission by using:
[xmppRoom editRoomPrivileges:@[[XMPPRoom itemWithAffiliation:@"owner" jid:[XMPPJID jidWithString:@"userName@administrator"]]]];
where userNmae is the name of another user. But I am interested how can a user join an existing room with and edit the room privileges to make himself owner.
Thank you in advance!
Any solution?
same issue, help me