In my XMPP client all members of a newly created room are by default getting owner
affiliation. How can I assign member affiliation to everyone by default except the actual owner?
Following is what my node's mod_muc module says -
[{access, muc},
{default_room_options,
[{persistent, true}, {public, true},
{anonymous, false}]},
{access_create, muc_create},
{access_persistent, muc_create},
{access_admin, muc_admin}]