X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=ejabberd.cfg;h=670e674b167089271937505ac6a5f83b8628afa1;hb=1399a380f5feeb6dee3613c47429b80693788bfd;hp=428f95c186e11ad936a0b00e03f4549ff14ffaca;hpb=a81a8ca091a215273f5d6c07e053e36c694027b2;p=sysconfig%2Fejabberd.git diff --git a/ejabberd.cfg b/ejabberd.cfg index 428f95c..670e674 100644 --- a/ejabberd.cfg +++ b/ejabberd.cfg @@ -58,7 +58,7 @@ {acl, admin, {user, "", "localhost"}}. %% Hostname -{hosts, ["jabber.dehnerts.com"]}. +{hosts, ["dehnerts.com"]}. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -199,6 +199,23 @@ ]}. +%% +%% max_fsm_queue: Enable limiting of lengths of "message queues" +%% for outgoing connections. Roughly speaking, each message in such +%% queues represents one XML stanza queued to be sent into +%% an output stream it is serving. +%% The default value is an atom 'undefined' which specifies no limiting. +%% +%% When specified globally, this option limits the message queue lengths +%% for all ejabberd_c2s_in and ejabberd_service listeners, +%% as well as for outgoing s2s connections. +%% +%% This option can also be specified as an option for ejabberd_c2s_in +%% and ejabberd_service listeners, in wich case it will override +%% the value of the global option. +%% +{max_fsm_queue, 1000}. + %% %% s2s_use_starttls: Enable STARTTLS + Dialback for S2S connections. %% Allowed values are: true or false. @@ -406,6 +423,8 @@ %% %%{acl, admin, {user, "aleksey", "localhost"}}. {acl, admin, {user, "alex-admin" }}. +{acl, admin, {user, "alex-admin@dehnerts.com" }}. +{acl, admin, {user, "alex-admin@jabber.dehnerts.com" }}. %%{acl, admin, {user, "ermine", "example.org"}}. %%