Hi everyone
Iam trying to figure out how Apache , ejabbered , and bosh , with chessd are connected.
so i know how to configure ejabbered.
Iam installing chess server ( chessd )on debian server , and it uses ejabberd. i feel there is something wrong with the configuration.i canot create new user , as if there is no communication.
Iam installing chess server ( chessd )on debian server , and it uses ejabberd. i feel there is something wrong with the configuration.i canot create new user , as if there is no communication.
ejabberd:
%% Options which are set by Debconf and managed by ucf
julian wrote: Iam installing
Iam installing chess server ( chessd )on debian server , and it uses ejabberd. i feel there is something wrong with the configuration.i canot create new user , as if there is no communication.
ejabberd:
%% Options which are set by Debconf and managed by ucf
%% Admin user
{acl, admin, {user, "julian", "localhost"}}.
{acl, admin, {user, "", "chessd.localhost"}}.
%% Hostname
{hosts, ["localhost"]}.
%%% LISTENING PORTS
{5560, ejabberd_service, [
{ip, {127, 0, 0, 1}},
{access, all},
{host, "chessd.localhost",[{password, "secret"}]}]},
That configuration seems incorrect.
Look at ejabberd.log, sasl.log and/or erlang.log
block diagram
ok i will check, but can someone draw block diagram, how these servers should communicate?