Trouble configuring mod_muc

I'm running ejabberd on Gentoo. emerge and configuration went smoothly. Users have had no trouble registering on the server, but it doesn't seem possible to create conference rooms.

Here's the relevant portions of my ejabberd.cfg--note that mostly I'm just using the defaults:

% 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}]}.

...

{modules,
[
...
{mod_muc, [{hosts, ["myserver.mycompany.com"]},
{access, muc},
{access_create, muc},
{access_admin, muc_admin},
{history, 20}]},
...
]}.

Is there something that I'm missing here?

Thanks,
Grmbrand

Syndicate content