diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2017-05-08 15:10:42 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2017-05-08 15:10:42 +0300 |
commit | bf2a2f291f8770598607bbc2f56f325ac5bca035 (patch) | |
tree | b39aaf7786987829e8c17d8cedb27525de3e827f | |
parent | Don't call gen_mod:get_opt() outside of modules (diff) |
State that Erlang 17.5 or higher is only supported
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ To compile ejabberd you need: - GCC. - Libexpat 1.95 or higher. - Libyaml 0.1.4 or higher. - - Erlang/OTP 17.1 or higher. + - Erlang/OTP 17.5 or higher. - OpenSSL 1.0.0 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). |