diff options
author | Alexey Shchepin <alexey@process-one.net> | 2006-04-24 19:25:09 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2006-04-24 19:25:09 +0000 |
commit | 3e3d78effc1361d7e4e6e27c8e72182fd254cb95 (patch) | |
tree | 537cca6e4f4cd9917d391546fc057b4e05887407 /doc/guide.tex | |
parent | * src/ejabberd.hrl: Updated for version 1.1.0. (diff) |
* doc/guide.tex: Added a documentation for max_stanza_size option
SVN Revision: 550
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 40bad08b9..622c99c77 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -526,11 +526,13 @@ Currently next modules are implemented: \begin{tabular}{|l|l|p{87mm}|} \hline \texttt{ejabberd\_c2s}& Description& Handles c2s connections.\\ \cline{2-3} & Options& \texttt{access}, \texttt{certfile}, \texttt{inet6}, - \texttt{ip}, \texttt{shaper}, \texttt{ssl}, \texttt{tls}, - \texttt{starttls}, \texttt{starttls\_required}, \texttt{zlib}\\ + \texttt{ip}, \texttt{max\_stanza\_size}, \texttt{shaper}, \texttt{ssl}, + \texttt{tls}, \texttt{starttls}, \texttt{starttls\_required}, + \texttt{zlib}\\ \hline \texttt{ejabberd\_s2s\_in}& Description& Handles incoming s2s connections.\\ - \cline{2-3} & Options& \texttt{inet6}, \texttt{ip}\\ + \cline{2-3} & Options& \texttt{inet6}, \texttt{ip}, + \texttt{max\_stanza\_size}\\ \hline \texttt{ejabberd\_service}& Description& Interacts with external components (*).\\ \cline{2-3} & Options& \texttt{access}, \texttt{hosts}, \texttt{inet6}, @@ -568,6 +570,10 @@ The following options are available: \titem{inet6} \ind{options!inet6}\ind{IPv6}Set up the socket for IPv6. \titem{\{ip, IPAddress\}} \ind{options!ip}This option specifies which network interface to listen for. For example \verb|{ip, {192, 168, 1, 1}}|. + \titem{\{max\_stanza\_size, Size\}} \ind{options!max\_stanza\_size}This + option specifies an approximate maximal size in bytes of XML stanzas. + For example \verb|{max\_stanza\_size, 65536}|. The default value + is ``\term{infinity}''. \titem{\{shaper, <access rule>\}} \ind{options!shaper}This option defines a shaper for the port (see section~\ref{sec:configshaper}). The default value is ``\term{none}''. |