diff options
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index aa387aded..85c58e3ce 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -703,7 +703,8 @@ For instance, the following configuration defines that: <UL><LI> c2s connections are listened for on port 5222 and 5223 (SSL) and denied for the user ``<TT>bad</TT>'' -<LI>s2s connections are listened for on port 5269 with STARTTLS enabled +<LI>s2s connections are listened for on port 5269 with STARTTLS for secured + traffic enabled. <LI>Port 5280 is serving the web interface and the HTTP Polling service. Note that it is also possible to serve them on different ports. The second example in section <A HREF="#sec:webadm">3.3.1</A> shows how exactly this can be done. |