* src/mod_vcard.erl: Fixed xmlns in disco items replies (thanks to

Maxim Ryazanov)
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise

SVN Revision: 437
This commit is contained in:
Alexey Shchepin 2005-11-19 01:20:05 +00:00
parent 92bac4761b
commit 2732b2851c
4 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,10 @@
2005-11-19 Alexey Shchepin <alexey@sevcom.net>
* src/mod_vcard.erl: Fixed xmlns in disco items replies (thanks to
Maxim Ryazanov)
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise
* src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)
2005-11-17 Alexey Shchepin <alexey@sevcom.net>

View File

@ -383,7 +383,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,

View File

@ -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,

View File

@ -388,7 +388,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,