diff options
author | Badlop <badlop@process-one.net> | 2010-06-25 16:56:44 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-06-25 16:56:44 +0200 |
commit | 1b7948f50ad2e65583968354eecc63d485ee8d73 (patch) | |
tree | 4a623f818ea00a4109eeb1cffeb2d725547748a4 /doc/guide.tex | |
parent | When account is deleted, delete also member of stored shared rosters. (diff) |
OpenSSL is required, not optional
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |