aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-01-10 11:29:01 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-01-10 11:29:01 +0300
commit08d482b064d2da57fb84e233caf858d63366f05a (patch)
treee4c27b8667cfcf43214f121bbfe67498834c6b14
parentFix typo in previous commit (diff)
Allow old-stype mod_vcard_ldap in the config (#1410)
-rw-r--r--src/ejabberd_config.erl1
1 files changed, 1 insertions, 0 deletions
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;