mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* 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:
parent
92bac4761b
commit
2732b2851c
@ -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>
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user