diff options
author | Badlop <badlop@process-one.net> | 2010-03-08 13:58:22 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-03-08 13:58:22 +0100 |
commit | 20c2bc54cd697a02ffa559ef75cbdd59a9ca5f8c (patch) | |
tree | df2cdb2c540de1ee53448d7b14c1635c784a2c19 /doc/guide.tex | |
parent | Implement XEP-0279: Server IP Check (thanks to Karim Gemayel)(EJAB-1205) (diff) |
Document mod_sic (EJAB-1205)
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 20f6b17c0..5de409de3 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -92,6 +92,7 @@ \newcommand{\modrosterodbc}{\module{mod\_roster\_odbc}} \newcommand{\modservicelog}{\module{mod\_service\_log}} \newcommand{\modsharedroster}{\module{mod\_shared\_roster}} +\newcommand{\modsic}{\module{mod\_sic}} \newcommand{\modstats}{\module{mod\_stats}} \newcommand{\modtime}{\module{mod\_time}} \newcommand{\modvcard}{\module{mod\_vcard}} @@ -2480,6 +2481,7 @@ The following table lists all modules included in \ejabberd{}. \hline \ahrefloc{modservicelog}{\modservicelog{}} & Copy user messages to logger service & \\ \hline \ahrefloc{modsharedroster}{\modsharedroster{}} & Shared roster management & \modroster{} or \\ & & \modrosterodbc\\ + \hline \ahrefloc{modsic}{\modsic{}} & Server IP Check (\xepref{0279}) & \\ \hline \ahrefloc{modstats}{\modstats{}} & Statistics Gathering (\xepref{0039}) & \\ \hline \ahrefloc{modtime}{\modtime{}} & Entity Time (\xepref{0202}) & \\ \hline \ahrefloc{modvcard}{\modvcard{}} & vcard-temp (\xepref{0054}) & \\ @@ -3974,6 +3976,17 @@ Examples: \end{table} \end{itemize} +\makesubsection{modsic}{\modsic{}} +\ind{modules!\modstats{}}\ind{protocols!XEP-0279: Server IP Check} + +This module adds support for Server IP Check (\xepref{0279}). This protocol +enables a client to discover its external IP address. + +Options: +\begin{description} +\iqdiscitem{\ns{urn:xmpp:sic:0}} +\end{description} + \makesubsection{modstats}{\modstats{}} \ind{modules!\modstats{}}\ind{protocols!XEP-0039: Statistics Gathering}\ind{statistics} |