From 768ea20a3a1201c578edc8686e5eb32b2800511e Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 12 Jan 2010 15:55:31 +0000 Subject: [PATCH] Require exmpp 0.9.2 SVN Revision: 2890 --- README | 2 +- doc/guide.html | 4 ++-- doc/guide.tex | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 577619276..e97f98c03 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ To compile ejabberd you need: - GNU Make - GCC - Erlang/OTP R12B-4 or higher, R13B or higher. - - exmpp 0.9.1 or higher + - exmpp 0.9.2 or higher - OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. Optional, highly recommended. - Zlib 1.2.3 or higher, for Stream Compression support diff --git a/doc/guide.html b/doc/guide.html index fd74f6e1b..7fac017f4 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -342,7 +342,7 @@ as long as your system have all the dependencies.

  • GCC
  • Erlang/OTP R12B-4 or higher, R13B or higher. -
  • exmpp 0.9.1 or higher +
  • exmpp 0.9.2 or higher
  • OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. Optional, highly recommended.
  • Zlib 1.2.3 or higher, for Stream Compression support (XEP-0138). Optional.
  • Erlang mysql library. Optional. For MySQL authentication or storage. See section 3.2.1. @@ -3742,7 +3742,7 @@ serving this connection, otherwise a new connection is opened.

  • Copy ~ejabberd/.erlang.cookie file from first to -second.

    (alt) You can also add ‘-cookie content_of_.erlang.cookie’ +second.

    (alt) You can also add ‘-setcookie content_of_.erlang.cookie’ option to all ‘erl’ commands below.

  • On second run the following command as the ejabberd daemon user, in the working directory of ejabberd:
    erl -sname ejabberd \
         -mnesia dir "/var/lib/ejabberd/" \
    diff --git a/doc/guide.tex b/doc/guide.tex
    index d608c8f64..3162c90db 100644
    --- a/doc/guide.tex
    +++ b/doc/guide.tex
    @@ -307,7 +307,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need:
     \item GNU Make
     \item GCC
     \item Erlang/OTP R12B-4 or higher, R13B or higher.
    -\item exmpp 0.9.1 or higher
    +\item exmpp 0.9.2 or higher
     \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 Erlang mysql library. Optional. For MySQL authentication or storage. See section \ref{compilemysql}.