mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Allow old-stype mod_vcard_ldap in the config (#1410)
This commit is contained in:
parent
3d0d9cb354
commit
08d482b064
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue