Managing MUCRooms

Hi,

i’m probably going to use Openfire to write a chat system for an application.

One of the requirements is the possibility to create rooms and put users into them, on demand.

After reading the reference i’ve got some questions:

  • Can i use MUCRoom.addMember to put users into a channel and are they informed about the changes i do?
  • What is the difference between Admins,mods,visitors,members,…?
  • Is there any documentation about whats happening inside of the server?

I hope you can help me.