mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
* src/mod_vcard_odbc.erl: Fix for previous commit (thanks to
Badlop) SVN Revision: 777
This commit is contained in:
parent
5c15f185c2
commit
b9e790f637
@ -1,3 +1,8 @@
|
|||||||
|
2007-05-31 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
|
* src/mod_vcard_odbc.erl: Fix for previous commit (thanks to
|
||||||
|
Badlop)
|
||||||
|
|
||||||
2007-05-29 Mickael Remond <mickael.remond@process-one.net>
|
2007-05-29 Mickael Remond <mickael.remond@process-one.net>
|
||||||
|
|
||||||
* src/mod_vcard_odbc.erl: Make service description translatable in
|
* src/mod_vcard_odbc.erl: Make service description translatable in
|
||||||
|
@ -341,7 +341,7 @@ do_route(ServerHost, From, To, Packet) ->
|
|||||||
From,
|
From,
|
||||||
jlib:iq_to_xml(ResIQ))
|
jlib:iq_to_xml(ResIQ))
|
||||||
end;
|
end;
|
||||||
#iq{type = Type, xmlns = ?NS_DISCO_INFO} ->
|
#iq{type = Type, xmlns = ?NS_DISCO_INFO, lang = Lang} ->
|
||||||
case Type of
|
case Type of
|
||||||
set ->
|
set ->
|
||||||
Err = jlib:make_error_reply(
|
Err = jlib:make_error_reply(
|
||||||
|
Loading…
Reference in New Issue
Block a user