aboutsummaryrefslogtreecommitdiff
path: root/src/mod_proxy65
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <xramtsov@gmail.com>2009-08-15 03:14:17 +0000
committerEvgeniy Khramtsov <xramtsov@gmail.com>2009-08-15 03:14:17 +0000
commit2999a11f4b5d2acf332018d877578ac2acdac5cf (patch)
treec1d560a7948b38626839d31a5d4b78b97b55afae /src/mod_proxy65
parentUpdate Galician translation (thanks to Carlos E. Lopez) (diff)
fixes disco#info
SVN Revision: 2482
Diffstat (limited to 'src/mod_proxy65')
-rw-r--r--src/mod_proxy65/mod_proxy65_service.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_proxy65/mod_proxy65_service.erl b/src/mod_proxy65/mod_proxy65_service.erl
index c832b1a0d..d88670f65 100644
--- a/src/mod_proxy65/mod_proxy65_service.erl
+++ b/src/mod_proxy65/mod_proxy65_service.erl
@@ -126,7 +126,7 @@ process_iq(_, #iq{type = get, xmlns = ?NS_DISCO_INFO, lang = Lang} = IQ,
disco_info, ServerHost, [], [ServerHost, ?MODULE, "", ""]),
IQ#iq{type = result, sub_el =
[{xmlelement, "query", [{"xmlns", ?NS_DISCO_INFO}],
- iq_disco_info(Name, Lang) ++ Info}]};
+ iq_disco_info(Lang, Name) ++ Info}]};
%% disco#items request
process_iq(_, #iq{type = get, xmlns = ?NS_DISCO_ITEMS} = IQ, _) ->