diff options
author | Alexey Shchepin <alexey@process-one.net> | 2003-10-20 18:23:30 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2003-10-20 18:23:30 +0000 |
commit | f01ea1f0d5d01c949522341f0a649eb27266d07e (patch) | |
tree | 8b5e39cf7fd5d1e0b0b7afbbe6febeeb597b14df /doc/guide.html | |
parent | * doc/guide.tex: Fixed typo (diff) |
* src/mod_vcard.erl: Added checks for stringprep results
* src/expat_erl.c: Workaround for EI encode_string bug
* src/xml_stream.erl: Slightly changed protocol to expat driver
* src/expat_erl.c: Likewise
* src/mod_configure.erl: Minor fix
SVN Revision: 156
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 6 |
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> |