diff options
| author | Badlop <badlop@process-one.net> | 2013-06-10 17:56:00 +0200 | 
|---|---|---|
| committer | Badlop <badlop@process-one.net> | 2013-06-10 17:57:28 +0200 | 
| commit | 4f77348255a16982ffb494b684b061d34db27608 (patch) | |
| tree | e360c357af4f1745e8a2a4df729b3f2a25c1debb | |
| parent | Detect correctly newer Darwin versions (EJAB-1594) (diff) | |
Fix Guide: ejabberd_service expects a shaper_rule, not a shaper
| -rw-r--r-- | doc/guide.tex | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/doc/guide.tex b/doc/guide.tex index e61512252..69ddd3697 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -816,7 +816,7 @@ The available modules, their purpose and the options allowed by each one are:      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}, \texttt{max\_fsm\_queue}, -    \texttt{service\_check\_from}, \texttt{shaper} +    \texttt{service\_check\_from}, \texttt{shaper\_rule}    \titem{\texttt{ejabberd\_stun}}      Handles STUN Binding requests as defined in      \footahref{http://tools.ietf.org/html/rfc5389}{RFC 5389}.\\ @@ -932,6 +932,9 @@ This is a detailed description of each option allowed by the listening modules:    \titem{\{shaper, none|ShaperName\}} \ind{options!shaper}This option defines a      shaper for the port (see section~\ref{shapers}). The default value      is \term{none}. +  \titem{\{shaper\_rule, none|ShaperRule\}} \ind{options!shaperrule}This option defines a +    shaper rule for the \term{ejabberd\_service} (see section~\ref{shapers}). The recommended value +    is \term{fast}.    \titem{starttls} \ind{options!starttls}\ind{STARTTLS}This option      specifies that STARTTLS encryption is available on connections to the port.      You should also set the \option{certfile} option. | 
