aboutsummaryrefslogtreecommitdiff
path: root/src/mod_mix.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_mix.erl')
-rw-r--r--src/mod_mix.erl9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mod_mix.erl b/src/mod_mix.erl
index c278f2146..6ac2bd60c 100644
--- a/src/mod_mix.erl
+++ b/src/mod_mix.erl
@@ -168,9 +168,10 @@ process_disco_info(#iq{type = get, to = #jid{luser = <<>>} = To,
Identity = #identity{category = <<"conference">>,
type = <<"mix">>,
name = translate:translate(Lang, Name)},
- Features = [?NS_DISCO_INFO, ?NS_DISCO_ITEMS,
- ?NS_MIX_CORE_0, ?NS_MIX_CORE_SEARCHABLE_0,
- ?NS_MIX_CORE_CREATE_CHANNEL_0],
+ Features = [?NS_DISCO_INFO, ?NS_DISCO_ITEMS, ?NS_MIX_CORE_0,
+ ?NS_MIX_CORE_SEARCHABLE_0, ?NS_MIX_CORE_CREATE_CHANNEL_0,
+ ?NS_MIX_CORE_1, ?NS_MIX_CORE_SEARCHABLE_1,
+ ?NS_MIX_CORE_CREATE_CHANNEL_1],
xmpp:make_iq_result(
IQ, #disco_info{features = Features,
identities = [Identity],
@@ -186,7 +187,7 @@ process_disco_info(#iq{type = get, to = #jid{luser = <<_, _/binary>>} = To,
Identity = #identity{category = <<"conference">>,
type = <<"mix">>},
Features = [?NS_DISCO_INFO, ?NS_DISCO_ITEMS,
- ?NS_MIX_CORE_0, ?NS_MAM_2],
+ ?NS_MIX_CORE_0, ?NS_MIX_CORE_1, ?NS_MAM_2],
xmpp:make_iq_result(
IQ, #disco_info{node = Node,
features = Features,