diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2010-10-24 15:30:37 +1000 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2010-10-24 15:30:37 +1000 |
commit | a6858a6ce4d7b803d30752ed091e8f7d14344c6c (patch) | |
tree | 6605fc5b555e6d9129442d0c3cd355adfe1f22ad /doc/guide.html | |
parent | CAPTCHA IBR support (EJAB-1262) (diff) | |
parent | Improve example of outoging_s2s_options (diff) |
Merge branch '2.1.x' of git+ssh://gitorious.process-one.net/ejabberd/mainline into 2.1.x
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guide.html b/doc/guide.html index 3b0ad2369..d347087fa 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -819,11 +819,12 @@ use STARTTLS for s2s connections. file containing a SSL certificate. </DD><DT CLASS="dt-description"><B><TT>{domain_certfile, Domain, Path}</TT></B></DT><DD CLASS="dd-description"> Full path to the file containing the SSL certificate for a specific domain. -</DD><DT CLASS="dt-description"><B><TT>{outgoing_s2s_options, Methods, Timeout}</TT></B></DT><DD CLASS="dd-description"> +</DD><DT CLASS="dt-description"><B><TT>{outgoing_s2s_options, [Family, ...], Timeout}</TT></B></DT><DD CLASS="dd-description"> Specify which address families to try, in what order, and connect timeout in milliseconds. By default it first tries connecting with IPv4, if that fails it tries using IPv6, -with a timeout of 10000 milliseconds. -</DD><DT CLASS="dt-description"><B><TT>{s2s_dns_options, [ {Property, Value}, ...]}</TT></B></DT><DD CLASS="dd-description"> +with a timeout of 10000 milliseconds: +<PRE CLASS="verbatim">{outgoing_s2s_options, [ipv4, ipv6], 10000}. +</PRE></DD><DT CLASS="dt-description"><B><TT>{s2s_dns_options, [ {Property, Value}, ...]}</TT></B></DT><DD CLASS="dd-description"> Define properties to use for DNS resolving. Allowed Properties are: <TT>timeout</TT> in seconds which default value is <TT>10</TT> and <TT>retries</TT> which default value is <TT>2</TT>. |