Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2003-03-09 23:46:47 +0300
committerAlexey Shchepin <alexey@process-one.net>2003-03-09 23:46:47 +0300
commitf3916bddd2ee79f82c138f2fce09b878ab721cf6 (patch)
treefa3e18694ddc1a8b8c41690061906110bfa370b4 /src/mod_echo.erl
parent658552d605ef440a9b7ebdbbf898983a21567c65 (diff)
* 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
Diffstat (limited to 'src/mod_echo.erl')
-rw-r--r--src/mod_echo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_echo.erl b/src/mod_echo.erl
index 5f02c4002..1b6143a53 100644
--- a/src/mod_echo.erl
+++ b/src/mod_echo.erl
@@ -15,7 +15,7 @@
-export([start/1, init/1, stop/0]).
-include("ejabberd.hrl").
--include("namespaces.hrl").
+-include("jlib.hrl").