When I'm trying to create a new room i get this error:
[15:44:25] Error 503: service-unavailable
[15:44:28] Error feature-not-implemented:
and nothing happens.
My muc configuration:
...
{access, muc_admin, [{allow, admin}]}.
{access, muc, [{allow, all}]}.
...
{modules,
...
{mod_muc, [{access, muc},
{access_create, muc},
{access_admin, muc_admin},
{hosts, ["bla.host.net"]}]},
...
]}
and i haven't found any mentions for this error in the log.
ejabberd-1.1.0
FreeBSD 7.0-CURRENT
i found a problem, i used
i found a problem, i used fqdn.domain instead of conference.fqdn.domain
i have no dns records for conference.fqdn.domain and i am not able to register such domain name.
can someone provide me configuration examples which will show and use ONE unique domain for all services when the clients trying to scan my service directory?
Re: i found a problem, i used
i have no dns records for conference.fqdn.domain and i am not able to register such domain name.
can someone provide me configuration examples which will show and use ONE unique domain for all services when the clients trying to scan my service directory?
I thinkthis is realted to your problem .