]> granicus.if.org Git - ejabberd/commitdiff
ejabberd_c2s option "max_fsm_queue" is now documented
authorEvgeniy Khramtsov <xramtsov@gmail.com>
Thu, 28 Jan 2010 13:56:38 +0000 (13:56 +0000)
committerEvgeniy Khramtsov <xramtsov@gmail.com>
Thu, 28 Jan 2010 13:56:38 +0000 (13:56 +0000)
SVN Revision: 2941

doc/guide.tex

index b18132a250397c54e1d4c042adfa6a18a42c75e3..d500958d6cab9a5f05f39dc59943d590eae34c38 100644 (file)
@@ -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'.