Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2012-06-27 13:10:48 +0400
committerBadlop <badlop@process-one.net>2012-06-27 13:10:48 +0400
commit2bf8125abfeec9e1176ea7ab9793b8947f9c09b6 (patch)
tree2ade796b0da6dfed2a5786d686daba39bf82fafa /doc
parent75756f0fc973fd79499c753d0d355571259f2b2b (diff)
Allow multiple fqdn values in configuration (EJAB-1578)
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index ca60f37d1..552b83a34 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -1241,7 +1241,7 @@ The option \option{fqdn} allows you to define the Fully Qualified Domain Name
of the machine, in case it isn't detected automatically.
The FQDN is used to authenticate some clients that use the DIGEST-MD5 SASL mechanism.
The option syntax is:
-\esyntax{\{fqdn, undefined|FqdnString\}.}
+\esyntax{\{fqdn, undefined|FqdnString|[FqdnString]\}.}
\makesubsubsection{internalauth}{Internal}
\ind{internal authentication}\ind{Mnesia}