24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Remove the deprecated list of converted modules.

PR:		EJABP-1

SVN Revision: 1647
This commit is contained in:
Jean-Sébastien Pédron 2008-10-13 09:38:34 +00:00
parent 0211c8145d
commit 01ef834b82
2 changed files with 3 additions and 16 deletions

View File

@ -3,6 +3,9 @@
* src/extauth.erl (call_port/2): Replace jlib:nameprep/1 by
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>
* src/ejabberd_c2s.erl (is_auth_packet/1): Fix a bug where

View File

@ -49,22 +49,6 @@
module,
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
%%====================================================================