Can't access to my conference on my server from internal jids but connection works for jids from conference domain:
[email protected] to conference.domain.com —> works [email protected] to conference.domain.com —> not works [email protected] to conference.internalxmppserver.com —> works
Here is my MUC config:
%% 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}]}.
{mod_muc, [
%%{host, "conference.@HOST@"},
{access, all},
{access_create, all},
{access_persistent, all},
{access_admin, muc_admin},
{max_users, 500}
]},