Skip to content

Commit

Permalink
Support exmpp's jid record, and require next exmpp release (EXMPP-41)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Aug 27, 2010
1 parent 445691b commit 9050aa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -9,7 +9,7 @@ To compile ejabberd you need:
- GNU Make
- GCC
- 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.
- Zlib 1.2.3 or higher, for Stream Compression support
(XEP-0138). Optional.
Expand Down
2 changes: 1 addition & 1 deletion doc/guide.html
Expand Up @@ -344,7 +344,7 @@ <H3 CLASS="subsection"><!--SEC ANCHOR --><A NAME="htoc9">2.4.1</A>&#XA0;&#XA0;<A
GNU Make
</LI><LI CLASS="li-itemize">GCC
</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">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>.
Expand Down
2 changes: 1 addition & 1 deletion doc/guide.tex
Expand Up @@ -310,7 +310,7 @@
\item GNU Make
\item GCC
\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 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}.
Expand Down
2 changes: 1 addition & 1 deletion src/mod_sic.erl
Expand Up @@ -35,7 +35,7 @@
process_sm_iq/3]).

-include_lib("exmpp/include/exmpp.hrl").
-include_lib("exmpp/include/internal/exmpp_xmpp.hrl").
-include_lib("exmpp/include/exmpp_jid.hrl").
-include("ejabberd.hrl").

start(Host, Opts) ->
Expand Down

0 comments on commit 9050aa1

Please sign in to comment.