aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2024-02-22 09:53:48 +0000
committerMatthew Wild <mwild1@gmail.com>2024-02-22 09:53:48 +0000
commitb9f0c3c0ec0fff23bbb17998814cbf244b4502b5 (patch)
treeb6664e238b812db1f266869dbcff6718bff7154c /core
parentf62f5d71ec864b3863bc4228dc2390c4037f460a (diff)
downloadprosody-b9f0c3c0ec0fff23bbb17998814cbf244b4502b5.tar.gz
prosody-b9f0c3c0ec0fff23bbb17998814cbf244b4502b5.zip
features: Add module-ready (for commit e20949a10118)
Diffstat (limited to 'core')
-rw-r--r--core/features.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua
index db1bc986..0120bd5a 100644
--- a/core/features.lua
+++ b/core/features.lua
@@ -21,5 +21,8 @@ return {
"getopt-interval";
"getopt-period";
"getopt-integer";
+
+ -- new module.ready()
+ "module-ready";
};
};