From 1b7948f50ad2e65583968354eecc63d485ee8d73 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 25 Jun 2010 16:56:44 +0200 Subject: [PATCH] OpenSSL is required, not optional --- README | 3 +-- doc/guide.html | 2 +- doc/guide.tex | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 137232562..1a8dcdd1e 100644 --- a/README +++ b/README @@ -10,8 +10,7 @@ To compile ejabberd you need: - GCC - Libexpat 1.95 or higher - Erlang/OTP R10B-9 or higher. Recommended versions: R12B-5 and R13B04 - - OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL - encryption. Optional, highly recommended. + - OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. - Zlib 1.2.3 or higher, for Stream Compression support (XEP-0138). Optional. - Erlang mysql library. Optional. MySQL authentication/storage. diff --git a/doc/guide.html b/doc/guide.html index b7c9c6ab0..44d0fd316 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -346,7 +346,7 @@ GNU Make
  • GCC
  • Libexpat 1.95 or higher
  • Erlang/OTP R10B-9 or higher. The recommended versions are R12B-5 and R13B04. -
  • OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. Optional, highly recommended. +
  • OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption.
  • Zlib 1.2.3 or higher, for Stream Compression support (XEP-0138). Optional.
  • Erlang mysql library. Optional. For MySQL authentication or storage. See section 3.2.1.
  • Erlang pgsql library. Optional. For PostgreSQL authentication or storage. See section 3.2.3. diff --git a/doc/guide.tex b/doc/guide.tex index 3758fbe23..1cc41e6c3 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -311,7 +311,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need: \item GCC \item Libexpat 1.95 or higher \item Erlang/OTP R10B-9 or higher. The recommended versions are R12B-5 and R13B04. -\item OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. Optional, highly recommended. +\item OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. \item Zlib 1.2.3 or higher, for Stream Compression support (\xepref{0138}). Optional. \item Erlang mysql library. Optional. For MySQL authentication or storage. See section \ref{compilemysql}. \item Erlang pgsql library. Optional. For PostgreSQL authentication or storage. See section \ref{compilepgsql}.