mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Requirement of OpenSSL increased from 0.9.6 to 0.9.8
This commit is contained in:
parent
69d10702ee
commit
3e97054390
2
README
2
README
@ -10,7 +10,7 @@ To compile ejabberd you need:
|
|||||||
- GCC
|
- GCC
|
||||||
- Erlang/OTP R12B-4 or higher, R13B or higher.
|
- Erlang/OTP R12B-4 or higher, R13B or higher.
|
||||||
- exmpp 0.9.3 or higher
|
- exmpp 0.9.3 or higher
|
||||||
- OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption.
|
- OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
|
||||||
- Zlib 1.2.3 or higher, for Stream Compression support
|
- Zlib 1.2.3 or higher, for Stream Compression support
|
||||||
(XEP-0138). Optional.
|
(XEP-0138). Optional.
|
||||||
- Erlang mysql library. Optional. MySQL authentication/storage.
|
- Erlang mysql library. Optional. MySQL authentication/storage.
|
||||||
|
@ -311,7 +311,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need:
|
|||||||
\item GCC
|
\item GCC
|
||||||
\item Erlang/OTP R12B-4 or higher, R13B or higher.
|
\item Erlang/OTP R12B-4 or higher, R13B or higher.
|
||||||
\item exmpp 0.9.3 or higher
|
\item exmpp 0.9.3 or higher
|
||||||
\item OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption.
|
\item OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
|
||||||
\item Zlib 1.2.3 or higher, for Stream Compression support (\xepref{0138}). Optional.
|
\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 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}.
|
\item Erlang pgsql library. Optional. For PostgreSQL authentication or storage. See section \ref{compilepgsql}.
|
||||||
|
Loading…
Reference in New Issue
Block a user