XMPPFramework icon indicating copy to clipboard operation
XMPPFramework copied to clipboard

Join existing room with owner privilege

Open daisoreanu opened this issue 9 years ago • 2 comments

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!

daisoreanu avatar Apr 17 '15 12:04 daisoreanu

Any solution?

mrazam110 avatar Mar 01 '18 11:03 mrazam110

same issue, help me

huoda1237 avatar Jan 26 '24 06:01 huoda1237