From: Evgeniy Khramtsov Date: Tue, 10 Jan 2017 08:29:01 +0000 (+0300) Subject: Allow old-stype mod_vcard_ldap in the config (#1410) X-Git-Tag: 17.01~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08d482b064d2da57fb84e233caf858d63366f05a;p=ejabberd Allow old-stype mod_vcard_ldap in the config (#1410) --- diff --git a/src/ejabberd_config.erl b/src/ejabberd_config.erl index 5e306de35..989f21c43 100644 --- a/src/ejabberd_config.erl +++ b/src/ejabberd_config.erl @@ -1039,6 +1039,7 @@ replace_module(mod_private_odbc) -> {mod_private, sql}; replace_module(mod_roster_odbc) -> {mod_roster, sql}; replace_module(mod_shared_roster_odbc) -> {mod_shared_roster, sql}; replace_module(mod_vcard_odbc) -> {mod_vcard, sql}; +replace_module(mod_vcard_ldap) -> {mod_vcard, ldap}; replace_module(mod_vcard_xupdate_odbc) -> {mod_vcard_xupdate, sql}; replace_module(mod_pubsub_odbc) -> {mod_pubsub, sql}; replace_module(mod_http_bind) -> mod_bosh;