aboutsummaryrefslogtreecommitdiffstats
path: root/core/features.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/features.lua')
-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+";
};
};