What steps will reproduce the problem?
1. modules_disabled = { "s2s" }
What is the expected output?
s2s disabled
What do you see instead?
s2s enabled
What version of the product are you using?
0.10.0
Please provide any additional information below.
mod_dialback uses module:depends() to get access to a function exported by mod_s2s
What steps will reproduce the problem? 1. modules_disabled = { "s2s" } What is the expected output? s2s disabled What do you see instead? s2s enabled What version of the product are you using? 0.10.0 Please provide any additional information below. mod_dialback uses module:depends() to get access to a function exported by mod_s2s
Fixed in https://hg.prosody.im/0.10/rev/1d0862814bfc
Changes