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:
authorAlexey Shchepin <alexey@process-one.net>2005-12-06 23:59:32 +0300
committerAlexey Shchepin <alexey@process-one.net>2005-12-06 23:59:32 +0300
commit4f48b839c40cd4123b801aa08c08d5d7a0ea34c9 (patch)
tree95022fe0fcdecee697db57d60cd85bdafc5dd226 /doc
parentab2b0b91f1ebf40c205892d0df11647f87506b11 (diff)
* doc/guide.tex: Updated
SVN Revision: 453
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.html3
-rw-r--r--doc/guide.tex3
2 files changed, 4 insertions, 2 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&nbsp;<A HREF="#sec:webadm">3.3.1</A> shows how exactly this can be done.
diff --git a/doc/guide.tex b/doc/guide.tex
index e000c14a5..ca510ebe4 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -597,7 +597,8 @@ For instance, the following configuration defines that:
\begin{itemize}
\item c2s connections are listened for on port 5222 and 5223 (SSL) and denied
for the user ``\term{bad}''
-\item s2s connections are listened for on port 5269 with STARTTLS enabled
+\item s2s connections are listened for on port 5269 with STARTTLS for secured
+ traffic enabled.
\item 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~\ref{sec:webadm} shows how exactly this can be done.