mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
* src/ejabberd_update.erl: Support for run-time ejabberd updating
(not completed) * src/ejabberd_c2s.erl: Added 'update_info' module attribute for testing ejabberd_update SVN Revision: 493
This commit is contained in:
parent
efacb0ad66
commit
90618de7be
@ -1,3 +1,10 @@
|
||||
2006-01-27 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/ejabberd_update.erl: Support for run-time ejabberd updating
|
||||
(not completed)
|
||||
* src/ejabberd_c2s.erl: Added 'update_info' module attribute for
|
||||
testing ejabberd_update
|
||||
|
||||
2006-01-25 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/ejabberd_c2s.erl: Remove top-level xmlns from incoming
|
||||
@ -1914,7 +1921,7 @@
|
||||
|
||||
2003-11-27 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* examples/mtr/ejabberd.cfg: Updatted (thanks to Marshall T. Rose)
|
||||
* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
|
||||
|
||||
* src/ejabberd_auth.erl: LDAP attribute that holds user ID now
|
||||
configurable
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
-module(ejabberd_c2s).
|
||||
-author('alexey@sevcom.net').
|
||||
-vsn('$Revision$ ').
|
||||
-update_info({update, 0}).
|
||||
|
||||
-behaviour(gen_fsm).
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%%----------------------------------------------------------------------
|
||||
%%% File : mod_service_log.erl
|
||||
%%% Author : Alexey Shchepin <alexey@sevcom.net>
|
||||
%%% Purpose : Manage announce messages
|
||||
%%% Purpose : Copy user messages to logger service
|
||||
%%% Created : 24 Aug 2003 by Alexey Shchepin <alexey@sevcom.net>
|
||||
%%% Id : $Id$
|
||||
%%%----------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user