aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex13
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}