- GCC.
- Libexpat 1.95 or higher.
- Libyaml 0.1.4 or higher.
- - Erlang/OTP R15B or higher.
+ - Erlang/OTP R16B03 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).
%%% @end
%%% Created : 1 May 2013 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
%%%-------------------------------------------------------------------
+
+{require_min_otp_vsn, "16"}.
+
Cfg = case file:consult("vars.config") of
{ok, Terms} ->
Terms;