]> granicus.if.org Git - ejabberd/commitdiff
Show configuration for HTTPS http_bind
authorBadlop <badlop@process-one.net>
Thu, 28 Apr 2011 11:24:18 +0000 (13:24 +0200)
committerBadlop <badlop@process-one.net>
Thu, 28 Apr 2011 11:24:37 +0000 (13:24 +0200)
doc/guide.tex

index bc077095f042714c7470eeb974e68157eb4d63ed..81af3430e98723da49a190a35b53b7069d2e18be 100644 (file)
@@ -1017,7 +1017,7 @@ However, the c2s and s2s connections to the domain \term{example.com} use the fi
 \item Port 5269 listens for s2s connections with STARTTLS. The socket is set for IPv6 instead of IPv4.
 \item Port 3478 listens for STUN requests over UDP.
 \item Port 5280 listens for HTTP requests, and serves the HTTP Poll service.
-\item Port 5281 listens for HTTP requests, and serves the Web Admin using HTTPS as explained in
+\item Port 5281 listens for HTTP requests, using HTTPS to serve HTTP-Bind (BOSH) and the Web Admin as explained in
   section~\ref{webadmin}. The socket only listens connections to the IP address 127.0.0.1.
 \end{itemize}
 \begin{verbatim}
@@ -1046,6 +1046,7 @@ However, the c2s and s2s connections to the domain \term{example.com} use the fi
                         ]},
   {{5281, "127.0.0.1"}, ejabberd_http, [
                                         web_admin,
+                                        http_bind,
                                         tls, {certfile, "/etc/ejabberd/server.pem"},
                                        ]}
  ]