diff options
author | Badlop <badlop@process-one.net> | 2008-05-19 09:20:35 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-05-19 09:20:35 +0000 |
commit | 30f54a6bfcf4db9df0611a16fd54bb7c2fa09d64 (patch) | |
tree | 0968138ec79954dc7ad976ba7531047ebd5dea13 /doc | |
parent | * doc/guide.tex: Describe how to disable registration (diff) |
* src/configure.ac: R12 support: remove compilation
warning (EJAB-630)
* src/configure: Likewise
* doc/guide.tex: Likewise
SVN Revision: 1334
Diffstat (limited to 'doc')
-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 c5256a8a3..b3614cebc 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -264,7 +264,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need: \item GNU Make \item GCC \item Libexpat 1.95 or higher -\item Erlang/OTP R10B-9 up to R11B-5. Erlang R12 releases are not yet officially supported, and are not recommended for production servers. +\item Erlang/OTP R10B-9 or newer. \item OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. Optional, highly recommended. \item Zlib 1.2.3 or higher, for Stream Compression support (\xepref{0138}). Optional. \item GNU Iconv 1.8 or higher, for the IRC Transport (mod\_irc). Optional. Not needed on systems with GNU Libc. |