MUC configuration

Hi all,
I need to configure two rooms
1) "Room_A" where only user1 and user2 can enter
2) "Room_B" where everybody can enter

at the moment my ejabberd.cfg file is something like...

=====================================================
% Users that have admin access.
{acl, admin, {user, "admin"}}.

% Admins of this server are also admins of MUC service:
{access, muc_admin, [{allow, admin}]}.

% All users are allowed to use MUC service:
{access, muc, [{allow, all}]}.

% Host name:
{hosts, ["chat.mydomain.it"]}.

...
{mod_muc, [{access, muc},
{access_create, muc},
{access_admin, muc_admin}]},
...
=====================================================

What should I change to make these two rooms???
Thanks in advance

Best Regards
Giuseppe

Use a MUC capable client

Chatrooms are created, configured and administered online with any MUC capable client. There's nothing to do on ejabberd.cfg or on the web interface.

Check this thread: Private Rooms

MUC capable clients

I still have problems for creating rooms
I've used a MUC capable client (GAIM) and I can create a room
but nobody can see it...
I cannot understand why.

this is a fragment of my cfg, everybofy should be allowed to create new rooms. Then what's the problem?

{mod_muc, [{access, muc},
{access_create, muc},
{access_admin, muc_admin}]}

Bye

Re: MUC capable clients

skama wrote:

I've used a MUC capable client (GAIM) and I can create a room
but nobody can see it...

When you create the chatroom GAIM ask you to configure it. Configure it and set those options:

  • Make room persistent: true
  • Make room public searchable: true
Syndicate content