aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2003-10-19 16:19:55 +0000
committerAlexey Shchepin <alexey@process-one.net>2003-10-19 16:19:55 +0000
commitf594dd0746d9f40360134329f2ede8460222fb0c (patch)
treee5326775550c4410a49627c909dc94dc30479f23 /doc/guide.tex
parent* src/ejabberd_service.erl: Added supports for multiple hosts per (diff)
* src/ejabberd_local.erl: Added support for announce/online
messages * src/ejabberd.cfg.example: Updated * src/mod_register.erl: Added support for sending registration notifications SVN Revision: 154
Diffstat (limited to '')
-rw-r--r--doc/guide.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 703ee3ee8..d5e490585 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -452,7 +452,7 @@ except admins have traffic limit 1000\,b/s.
{ssl, [{certfile, "/path/to/ssl.pem"}]}]},
{5269, ejabberd_s2s_in, []},
{8888, ejabberd_service,
- [{host, "conference.example.org", [{password, "secret"}]}]}
+ [{hosts, ["conference.example.org"], [{password, "secret"}]}]}
]}.
\end{verbatim}