mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Remove the deprecated list of converted modules.
PR: EJABP-1 SVN Revision: 1647
This commit is contained in:
parent
0211c8145d
commit
01ef834b82
@ -3,6 +3,9 @@
|
|||||||
* src/extauth.erl (call_port/2): Replace jlib:nameprep/1 by
|
* src/extauth.erl (call_port/2): Replace jlib:nameprep/1 by
|
||||||
exmpp_stringprep:nameprep/1.
|
exmpp_stringprep:nameprep/1.
|
||||||
|
|
||||||
|
* src/gen_iq_handler.erl: Remove the deprecated list of converted
|
||||||
|
modules.
|
||||||
|
|
||||||
2008-10-10 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
2008-10-10 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
||||||
|
|
||||||
* src/ejabberd_c2s.erl (is_auth_packet/1): Fix a bug where
|
* src/ejabberd_c2s.erl (is_auth_packet/1): Fix a bug where
|
||||||
|
@ -49,22 +49,6 @@
|
|||||||
module,
|
module,
|
||||||
function}).
|
function}).
|
||||||
|
|
||||||
% XXX OLD FORMAT: modules not in the following list will receive
|
|
||||||
% old format strudctures.
|
|
||||||
-define(CONVERTED_MODULES, [
|
|
||||||
mod_adhoc,
|
|
||||||
mod_annouce,
|
|
||||||
mod_caps,
|
|
||||||
mod_configure,
|
|
||||||
mod_configure2,
|
|
||||||
mod_disco,
|
|
||||||
mod_echo,
|
|
||||||
mod_offline,
|
|
||||||
mod_offline_odbc,
|
|
||||||
mod_roster,
|
|
||||||
mod_vcard
|
|
||||||
]).
|
|
||||||
|
|
||||||
%%====================================================================
|
%%====================================================================
|
||||||
%% API
|
%% API
|
||||||
%%====================================================================
|
%%====================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user