diff --git a/doc/guide.html b/doc/guide.html index 567d77905..b9d977f08 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -675,7 +675,7 @@ The available modules, their purpose and the options allowed by each one are:

ejabberd_c2s
Handles c2s connections.
- Options: access, certfile, + Options: access, certfile, max_fsm_queue, max_stanza_size, shaper, starttls, starttls_required, tls, zlib @@ -749,9 +749,11 @@ The option can be defined in ejabberd.cfg, expressing the time in seconds: {http_poll_timeout, 300}.

{max_fsm_queue, Size}
This option specifies the maximum number of elements in the queue of the FSM. -This option can be specified for an ejabberd_service listener, +This option can be specified for ejabberd_service and +ejabberd_c2s listeners, or also globally for ejabberd_s2s_out. -If the option is not specified for an ejabberd_service listener, +If the option is not specified for ejabberd_service or +ejabberd_c2s listeners, the globally configured value is used. The allowed values are integers and ’undefined’. Default value: ’undefined’. @@ -833,9 +835,11 @@ The maximum allowed delay for retry to connect after a failed connection attempt Specified in seconds. The default value is 300 seconds (5 minutes).
{max_fsm_queue, Size}
This option specifies the maximum number of elements in the queue of the FSM. -This option can be specified for an ejabberd_service listener, +This option can be specified for ejabberd_service and +ejabberd_c2s listeners, or also globally for ejabberd_s2s_out. -If the option is not specified for an ejabberd_service listener, +If the option is not specified for ejabberd_service or +ejabberd_c2s listeners, the globally configured value is used. The allowed values are integers and ’undefined’. Default value: ’undefined’. @@ -1213,7 +1217,7 @@ can be either a number, or infinity. The default value is

Several connections to a remote XMPP server with ACL

The special access max_s2s_connections specifies how many -simultaneus S2S connections can be established to a specific remote XMPP server. +simultaneous S2S connections can be established to a specific remote XMPP server. The default value is 1. There’s also available the access max_s2s_connections_per_node.

The syntax is:

{access, max_s2s_connections, [ {MaxNumber, ACLName}, ...]}.

Examples: