diff options
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index aa385df37..64d84cfbc 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -819,7 +819,7 @@ The available modules, their purpose and the options allowed by each one are: \titem{\texttt{ejabberd\_service}} Interacts with an \footahref{http://www.ejabberd.im/tutorials-transports}{external component} (as defined in the Jabber Component Protocol (\xepref{0114}).\\ - Options: \texttt{access}, \texttt{hosts}, + Options: \texttt{access}, \texttt{hosts}, \texttt{max\_fsm\_queue}, \texttt{shaper}, \texttt{service\_check\_from} \titem{\texttt{ejabberd\_stun}} Handles STUN Binding requests as defined in @@ -887,7 +887,14 @@ This is a detailed description of each option allowed by the listening modules: \term{http\_poll\_timeout}. The default value is five minutes. The option can be defined in \term{ejabberd.cfg}, expressing the time in seconds: \verb|{http_poll_timeout, 300}.| - + \titem{\{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 \term{ejabberd\_service} listener, + or also globally for \term{ejabberd\_s2s\_out}. + If the option is not specified for an \term{ejabberd\_service} listener, + the globally configured value is used. + The allowed values are integers and 'undefined'. + Default value: 'undefined'. \titem{\{max\_stanza\_size, Size\}} \ind{options!max\_stanza\_size}This option specifies an approximate maximum size in bytes of XML stanzas. Approximate, @@ -965,6 +972,14 @@ There are some additional global options that can be specified in the ejabberd c \titem{\{s2s\_max\_retry\_delay, Seconds\}} \ind{options!s2s\_max\_retry\_delay} The maximum allowed delay for retry to connect after a failed connection attempt. Specified in seconds. The default value is 300 seconds (5 minutes). + \titem{\{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 \term{ejabberd\_service} listener, + or also globally for \term{ejabberd\_s2s\_out}. + If the option is not specified for an \term{ejabberd\_service} listener, + the globally configured value is used. + The allowed values are integers and 'undefined'. + Default value: 'undefined'. \end{description} \makesubsubsection{listened-examples}{Examples} |