25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Support exmpp's jid record, and require next exmpp release (EXMPP-41)

This commit is contained in:
Badlop 2010-08-27 15:36:29 +02:00
parent 445691bab1
commit 9050aa1de0
4 changed files with 4 additions and 4 deletions

2
README
View File

@ -9,7 +9,7 @@ To compile ejabberd you need:
- GNU Make - GNU Make
- GCC - GCC
- Erlang/OTP R12B-5 or higher. - Erlang/OTP R12B-5 or higher.
- exmpp 0.9.5 or higher - exmpp 0.9.6 or higher
- OpenSSL 0.9.8 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.

View File

@ -344,7 +344,7 @@ as long as your system have all the dependencies.</P><P> <A NAME="installreq"></
GNU Make GNU Make
</LI><LI CLASS="li-itemize">GCC </LI><LI CLASS="li-itemize">GCC
</LI><LI CLASS="li-itemize">Erlang/OTP R12B-5 or higher. </LI><LI CLASS="li-itemize">Erlang/OTP R12B-5 or higher.
</LI><LI CLASS="li-itemize">exmpp 0.9.5 or higher </LI><LI CLASS="li-itemize">exmpp 0.9.6 or higher
</LI><LI CLASS="li-itemize">OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption. </LI><LI CLASS="li-itemize">OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
</LI><LI CLASS="li-itemize">Zlib 1.2.3 or higher, for Stream Compression support (<A HREF="http://xmpp.org/extensions/xep-0138.html">XEP-0138</A>). Optional. </LI><LI CLASS="li-itemize">Zlib 1.2.3 or higher, for Stream Compression support (<A HREF="http://xmpp.org/extensions/xep-0138.html">XEP-0138</A>). Optional.
</LI><LI CLASS="li-itemize">Erlang mysql library. Optional. For MySQL authentication or storage. See section <A HREF="#compilemysql">3.2.1</A>. </LI><LI CLASS="li-itemize">Erlang mysql library. Optional. For MySQL authentication or storage. See section <A HREF="#compilemysql">3.2.1</A>.

View File

@ -310,7 +310,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need:
\item GNU Make \item GNU Make
\item GCC \item GCC
\item Erlang/OTP R12B-5 or higher. \item Erlang/OTP R12B-5 or higher.
\item exmpp 0.9.5 or higher \item exmpp 0.9.6 or higher
\item OpenSSL 0.9.8 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}.

View File

@ -35,7 +35,7 @@
process_sm_iq/3]). process_sm_iq/3]).
-include_lib("exmpp/include/exmpp.hrl"). -include_lib("exmpp/include/exmpp.hrl").
-include_lib("exmpp/include/internal/exmpp_xmpp.hrl"). -include_lib("exmpp/include/exmpp_jid.hrl").
-include("ejabberd.hrl"). -include("ejabberd.hrl").
start(Host, Opts) -> start(Host, Opts) ->