From f3916bddd2ee79f82c138f2fce09b878ab721cf6 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Sun, 9 Mar 2003 20:46:47 +0000 Subject: * src/cyrsasl*.erl: SASL support (currently support only PLAIN mechanism) * src/ejabberd_c2s.erl: Likewise (all): Support for new-style error elements (except old errors "Not Acceptable", "Not Found", "Invalid Namespace" and "Server Connect Failed", so ejabberd may work unstable) SVN Revision: 86 --- src/mod_time.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mod_time.erl') diff --git a/src/mod_time.erl b/src/mod_time.erl index a9959398f..36c190774 100644 --- a/src/mod_time.erl +++ b/src/mod_time.erl @@ -17,7 +17,7 @@ process_local_iq/3]). -include("ejabberd.hrl"). --include("namespaces.hrl"). +-include("jlib.hrl"). start(Opts) -> -- cgit v1.2.3