mod_mix_pam: Change subscription type
This commit is contained in:
parent
aaaf8958eb
commit
cea7575764
@ -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,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user