changeset 4045:4fc6cf528a9a

mod_adhoc_dataforms_demo: Ensure mod_adhoc is loaded
author Kim Alvefur <zash@zash.se>
date Thu, 11 Jun 2020 18:34:29 +0200
parents f4999d75d305
children d518f97dad6f
files mod_adhoc_dataforms_demo/mod_adhoc_dataforms_demo.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_adhoc_dataforms_demo/mod_adhoc_dataforms_demo.lua	Wed Jun 10 22:20:00 2020 +0100
+++ b/mod_adhoc_dataforms_demo/mod_adhoc_dataforms_demo.lua	Thu Jun 11 18:34:29 2020 +0200
@@ -172,6 +172,7 @@
 	return next_step, state;
 end
 
+module:depends("adhoc");
 module:provides("adhoc",
 	adhoc_new("Multi-step command demo",
 		"xmpp:zash.se/mod_adhoc_dataforms_demo#multi",