aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2023-03-21 18:57:33 +0000
committerMatthew Wild <mwild1@gmail.com>2023-03-21 18:57:33 +0000
commit7309514c2d310fd991a85a93d0e8a394b15501a3 (patch)
treec2f40c51f5024029579a73b78802654174b43f73 /core
parent2460207d50a0593c16cda78b467e9ec2d6094d0e (diff)
downloadprosody-7309514c2d310fd991a85a93d0e8a394b15501a3.tar.gz
prosody-7309514c2d310fd991a85a93d0e8a394b15501a3.zip
features: Add "keyval+"
Diffstat (limited to 'core')
-rw-r--r--core/features.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua
index 8ae9eb02..a7cdcbab 100644
--- a/core/features.lua
+++ b/core/features.lua
@@ -8,5 +8,7 @@ return {
"permissions";
-- prosody.* namespace
"loader";
+ -- "keyval+" store
+ "keyval+";
};
};