diff options
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 703ee3ee..d5e49058 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} |