diff options
author | Badlop <badlop@process-one.net> | 2008-06-21 00:12:06 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-06-21 00:12:06 +0000 |
commit | 7a3069b68de49a7e0e660eaa291b3cc4fe57e2ec (patch) | |
tree | bbbe0646767aecac7f1862f0acf70919418a15f7 /doc/guide.html | |
parent | allow get_default on PEP nodes (EJAB-656) (diff) |
* doc/guide.tex: Explain that S2S outgoing first tries IPv4 and if
that fails then tries IPv6
* doc/guide.html: Likewise
SVN Revision: 1372
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index b94c6595..aa0e1a9e 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -623,7 +623,10 @@ do not allow outgoing sockets on port 5222.<P>If HTTP Polling is enabled, it wil is also needed in the Jabber client. Remark also that HTTP Polling can be interesting to host a web-based Jabber client such as <A HREF="http://jwchat.sourceforge.net/">JWChat</A>. -</P></DD><DT CLASS="dt-description"><B><TT>inet6</TT></B></DT><DD CLASS="dd-description"> Set up the socket for IPv6. +</P></DD><DT CLASS="dt-description"><B><TT>inet6</TT></B></DT><DD CLASS="dd-description"> Set up the socket for IPv6 instead of IPv4. +Note: this option is not required for S2S outgoing connections, +because when ejabberd attempts to establish a S2S outgoing connection +it first tries IPv4, and if that fails it attempts with IPv6. </DD><DT CLASS="dt-description"><B><TT>{ip, IPAddress}</TT></B></DT><DD CLASS="dd-description"> This option specifies which network interface to listen for. For example <CODE>{ip, {192, 168, 1, 1}}</CODE>. </DD><DT CLASS="dt-description"><B><TT>{max_stanza_size, Size}</TT></B></DT><DD CLASS="dd-description"> |