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/README
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-08-13 14:06:05 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-08-13 14:06:05 +0300
commit3efd0ebc5acff8ff59aecd919b3e193be2edae8c (patch)
treeec8d6fd50111b21d8fb0456eecf9adb226e1efae /README
parentac6b436dcfbe414f16e39d59d0324404c3000709 (diff)
configure.ac: Don't insist on Erlang/OTP >= 17.5
The current ejabberd code works on Erlang/OTP 17.1 or newer. We now also let Travis CI test this version in addition to 17.5.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 884a29057..f03c194a7 100644
--- a/README
+++ b/README
@@ -106,7 +106,7 @@ To compile ejabberd you need:
- GCC.
- Libexpat 1.95 or higher.
- Libyaml 0.1.4 or higher.
- - Erlang/OTP R17 or higher.
+ - Erlang/OTP 17.1 or higher.
- OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
- Zlib 1.2.3 or higher, for Stream Compression support (XEP-0138). Optional.
- PAM library. Optional. For Pluggable Authentication Modules (PAM).