mod_mix_pam: Change subscription type

This commit is contained in:
PapaTutuWawa 2021-05-18 11:22:00 +02:00
parent aaaf8958eb
commit cea7575764

View File

@ -196,7 +196,7 @@ local function handle_mix_join(event)
-- TODO: Error handling? -- TODO: Error handling?
rm_add_to_roster(origin, stanza.attr.from, { rm_add_to_roster(origin, stanza.attr.from, {
subscription = "from", subscription = "none", -- TODO: This depends on MIX-ANON
groups = {}, groups = {},
mix_spid = spid, mix_spid = spid,
}); });