summaryrefslogtreecommitdiff
path: root/doc/guide.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guide.html')
-rw-r--r--doc/guide.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide.html b/doc/guide.html
index 9bc46851..8430cbd5 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -465,7 +465,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"}]}]}
]}.
</PRE>
<!--TOC subsubsection Modules-->
@@ -807,8 +807,8 @@ Example:
<PRE>
{modules, [
...
- {mod_disco, [[{extra_domains, ["jit.example.com",
- "etc.example.com"]}]]},
+ {mod_disco, [{extra_domains, ["jit.example.com",
+ "etc.example.com"]}]},
...
]}.
</PRE>