diff --git a/README b/README index 462e17c32..f452bb184 100644 --- a/README +++ b/README @@ -21,6 +21,7 @@ To compile ejabberd you need: - GNU Iconv 1.8 or higher, for the IRC Transport (mod_irc). Optional. Not needed on systems with GNU Libc. - ImageMagick’s Convert program. Optional. For CAPTCHA challenges. + - exmpp 0.9.1 or higher. Optional. For import/export XEP-0227 files. 1. Compile and install on *nix systems diff --git a/doc/guide.html b/doc/guide.html index 3a434a12e..4770c5308 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -347,7 +347,7 @@ GNU Make
  • PAM library. Optional. For Pluggable Authentication Modules (PAM). See section 3.1.4.
  • GNU Iconv 1.8 or higher, for the IRC Transport (mod_irc). Optional. Not needed on systems with GNU Libc. See section 3.3.8.
  • ImageMagick’s Convert program. Optional. For CAPTCHA challenges. See section 3.1.8. -
  • exmpp 0.9.6 or higher. Optional. For import/export user data with XEP-0227 XML files. +
  • exmpp 0.9.1 or higher. Optional. For import/export user data with XEP-0227 XML files.
  • 2.4.2  Download Source Code

    Released versions of ejabberd are available in the ProcessOne ejabberd downloads page: diff --git a/doc/guide.tex b/doc/guide.tex index 75791d16d..e8c76d8a7 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -310,7 +310,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need: \item PAM library. Optional. For Pluggable Authentication Modules (PAM). See section \ref{pam}. \item GNU Iconv 1.8 or higher, for the IRC Transport (mod\_irc). Optional. Not needed on systems with GNU Libc. See section \ref{modirc}. \item ImageMagick's Convert program. Optional. For CAPTCHA challenges. See section \ref{captcha}. -\item exmpp 0.9.6 or higher. Optional. For import/export user data with \xepref{0227} XML files. +\item exmpp 0.9.1 or higher. Optional. For import/export user data with \xepref{0227} XML files. \end{itemize} \makesubsection{download}{Download Source Code}