diff options
Diffstat (limited to 'src/mod_vcard_ldap.erl')
-rw-r--r-- | src/mod_vcard_ldap.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_vcard_ldap.erl b/src/mod_vcard_ldap.erl index c4c7bbd78..d598c282a 100644 --- a/src/mod_vcard_ldap.erl +++ b/src/mod_vcard_ldap.erl @@ -1,3 +1,4 @@ + %%%---------------------------------------------------------------------- %%% File : mod_vcard_ldap.erl %%% Author : Alexey Shchepin <alexey@sevcom.net> @@ -340,7 +341,7 @@ do_route(ServerHost, From, To, Packet) -> IQ#iq{type = result, sub_el = [{xmlelement, "query", - [{"xmlns", ?NS_DISCO_INFO}], + [{"xmlns", ?NS_DISCO_ITEMS}], []}]}, ejabberd_router:route(To, From, |