summaryrefslogtreecommitdiff
path: root/src/mod_mix.erl
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2021-06-27 00:50:50 +0200
committerLinus Jahn <lnj@kaidan.im>2021-06-27 01:20:45 +0200
commitd7c9809c59f3d1870acb404274d4bad6d0e1d8a6 (patch)
tree13ebf2f015dffd0bcb48f1933f05d1e101f83b5c /src/mod_mix.erl
parentThere are so many targets... add "make help" (diff)
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.
Diffstat (limited to 'src/mod_mix.erl')
-rw-r--r--src/mod_mix.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_mix.erl b/src/mod_mix.erl
index 1c43bc8a..dfe81af5 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,