Diff

mod_sasl2_sm/mod_sasl2_sm.lua @ 6108:532bd77adf2d

mod_sasl2_sm: Add dependency to sasl2_bind2 as stated in the Readme to module and rockspec
author Menel <menel@snikket.de>
date Sat, 21 Dec 2024 21:25:15 +0100
parent 5749:92ce3859df63
line wrap: on
line diff
--- a/mod_sasl2_sm/mod_sasl2_sm.lua	Sat Dec 21 21:13:38 2024 +0100
+++ b/mod_sasl2_sm/mod_sasl2_sm.lua	Sat Dec 21 21:25:15 2024 +0100
@@ -6,6 +6,7 @@
 local xmlns_sm = "urn:xmpp:sm:3";
 
 module:depends("sasl2");
+module:depends("sasl2_bind2");
 
 -- Advertise what we can do