From d7c9809c59f3d1870acb404274d4bad6d0e1d8a6 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 27 Jun 2021 00:50:50 +0200 Subject: [PATCH] mod_mix: Use disco identity conference/mix Probably someone has forgotten to update it here. https://xmpp.org/extensions/xep-0369.html#example-5 Fixes #2901. --- src/mod_mix.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_mix.erl b/src/mod_mix.erl index 1c43bc8a7..dfe81af58 100644 --- a/src/mod_mix.erl +++ b/src/mod_mix.erl @@ -166,7 +166,7 @@ process_disco_info(#iq{type = get, to = #jid{luser = <<>>} = To, [ServerHost, ?MODULE, <<"">>, Lang]), Name = mod_mix_opt:name(ServerHost), Identity = #identity{category = <<"conference">>, - type = <<"text">>, + type = <<"mix">>, name = translate:translate(Lang, Name)}, Features = [?NS_DISCO_INFO, ?NS_DISCO_ITEMS, ?NS_MIX_CORE_0, ?NS_MIX_CORE_SEARCHABLE_0,