diff options
author | Evgeniy Khramtsov <xramtsov@gmail.com> | 2010-01-28 13:56:38 +0000 |
---|---|---|
committer | Evgeniy Khramtsov <xramtsov@gmail.com> | 2010-01-28 13:56:38 +0000 |
commit | 4c8beae585b6a896a6a245a6f854e12b2765a8b5 (patch) | |
tree | 020e453a353a6a1a48a1cd22650316700643b120 | |
parent | new ejabberd_c2s option support: max_fsm_queue (diff) |
ejabberd_c2s option "max_fsm_queue" is now documented
SVN Revision: 2941
-rw-r--r-- | doc/guide.tex | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index b18132a25..d500958d6 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -809,7 +809,7 @@ The available modules, their purpose and the options allowed by each one are: \begin{description} \titem{\texttt{ejabberd\_c2s}} Handles c2s connections.\\ - Options: \texttt{access}, \texttt{certfile}, + Options: \texttt{access}, \texttt{certfile}, \texttt{max\_fsm\_queue}, \texttt{max\_stanza\_size}, \texttt{shaper}, \texttt{starttls}, \texttt{starttls\_required}, \texttt{tls}, \texttt{zlib} @@ -895,9 +895,11 @@ This is a detailed description of each option allowed by the listening modules: 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, + This option can be specified for \term{ejabberd\_service} and + \term{ejabberd\_c2s} listeners, or also globally for \term{ejabberd\_s2s\_out}. - If the option is not specified for an \term{ejabberd\_service} listener, + If the option is not specified for \term{ejabberd\_service} or + \term{ejabberd\_c2s} listeners, the globally configured value is used. The allowed values are integers and 'undefined'. Default value: 'undefined'. @@ -981,9 +983,11 @@ There are some additional global options that can be specified in the ejabberd c 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, + This option can be specified for \term{ejabberd\_service} and + \term{ejabberd\_c2s} listeners, or also globally for \term{ejabberd\_s2s\_out}. - If the option is not specified for an \term{ejabberd\_service} listener, + If the option is not specified for \term{ejabberd\_service} or + \term{ejabberd\_c2s} listeners, the globally configured value is used. The allowed values are integers and 'undefined'. Default value: 'undefined'. |