aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-08-24 20:11:01 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-08-24 20:11:01 +0000
commit67559256764e2820d3d3617209ed643a54e2cb09 (patch)
tree902a656f47aaa331c008c0094134a7b84cf842c0 /doc/guide.tex
parent* src/mod_offline.erl: Use offline_subscription_hook (diff)
* src/mod_service_log.erl: Support for logging of user packets via
external service (e.g. bandersnatch) * doc/guide.tex: Updated SVN Revision: 261
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 573fdfd6d..0558de949 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -47,6 +47,7 @@
\newcommand{\modpubsub}{\module{mod\_pubsub}}
\newcommand{\modregister}{\module{mod\_register}}
\newcommand{\modroster}{\module{mod\_roster}}
+\newcommand{\modservicelog}{\module{mod\_service\_log}}
\newcommand{\modstats}{\module{mod\_stats}}
\newcommand{\modtime}{\module{mod\_time}}
\newcommand{\modvcard}{\module{mod\_vcard}}
@@ -1068,6 +1069,30 @@ Options:
\end{description}
+\subsection{\modservicelog{}}
+\label{sec:modservicelog}
+
+This module adds support for logging of user packets via any jabber service.
+These packets encapsulated in <route/> element and sended to specified
+services.
+
+Options:
+\begin{description}
+ \titem{loggers} Specifies a list of services which will receive users
+ packets.
+\end{description}
+
+Example:
+\begin{verbatim}
+ {modules,
+ [
+ ...
+ {mod_service_log, [{loggers, ["bandersnatch.example.com"]}]},
+ ...
+ ]}.
+\end{verbatim}
+
+
\subsection{\modstats{}}
\label{sec:modstats}