diff options
author | Badlop <badlop@process-one.net> | 2011-05-31 10:07:50 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-05-31 21:13:20 +0200 |
commit | 7248ee1dbc8876f0960a0a3b60dda784b7908d47 (patch) | |
tree | 48e3fff4730a10a23a3947fc3f7ea687d3b77712 | |
parent | Pubsub node maxitem forced to 0 if non persistent node (thanks to Karim Gemay... (diff) |
Fix some typos in the Guidev3.0.0-alpha-3
-rw-r--r-- | doc/dev.tex | 2 | ||||
-rw-r--r-- | doc/guide.tex | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/doc/dev.tex b/doc/dev.tex index 7fb47e9cc..94f453329 100644 --- a/doc/dev.tex +++ b/doc/dev.tex @@ -137,7 +137,7 @@ session manager, else it is processed depending on it's content. \subsection{Session Manager} This module routes packets to local users. It searches for what user resource -packet must be sended via presence table. If this resource is connected to +packet must be sent via presence table. If this resource is connected to this node, it is routed to C2S process, if it connected via another node, then the packet is sent to session manager on that node. diff --git a/doc/guide.tex b/doc/guide.tex index fc6c5059d..559fac5c4 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1552,7 +1552,7 @@ declarations of ACLs in the configuration file have the following syntax: with a name that matches \term{UserRegexp} at any server that matches \term{ServerRegexp}. Example: \begin{verbatim} -{acl, yohzik, {node_regexp, "^yohzik$", "^example.(com|org)$"}}. +{acl, yozhik, {node_regexp, "^yozhik$", "^example.(com|org)$"}}. \end{verbatim} \titem{\{user\_glob, Glob\}} \titem{\{user\_glob, Glob, Server\}} @@ -4671,7 +4671,7 @@ Examples: \makesubsection{modvcardldap}{\modvcardldap{}} \ind{modules!\modvcardldap{}}\ind{JUD}\ind{Jabber User Directory}\ind{vCard}\ind{protocols!XEP-0054: vcard-temp} -%TODO: verify if the referers to the LDAP section are still correct +%TODO: verify if the referrers to the LDAP section are still correct \ejabberd{} can map LDAP attributes to vCard fields. This behaviour is implemented in the \modvcardldap{} module. This module does not depend on the @@ -5855,10 +5855,6 @@ The Web Admin also supports the \verb|Accept-Language| HTTP header. \end{figure} -%\section{Ultra Complex Example} -%\label{ultracomplexexample} -%TODO: a very big example covering the whole guide, with a good explanation before the example: different authenticaton mechanisms, transports, ACLs, multple virtual hosts, virtual host specific settings and general settings, modules,... - \makechapter{releasenotes}{Release Notes} \ind{release notes} |