aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pubsub/pubsub.lib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_pubsub/pubsub.lib.lua')
-rw-r--r--plugins/mod_pubsub/pubsub.lib.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mod_pubsub/pubsub.lib.lua b/plugins/mod_pubsub/pubsub.lib.lua
index 132a4972..1850c54c 100644
--- a/plugins/mod_pubsub/pubsub.lib.lua
+++ b/plugins/mod_pubsub/pubsub.lib.lua
@@ -99,9 +99,9 @@ local node_config_form = dataform {
};
{
type = "boolean";
- label = "Whether to deliver payloads with event notifications";
- name = "pubsub#deliver_payloads";
- value = true;
+ value = "true";
+ label = "Whether to deliver event notifications";
+ name = "pubsub#deliver_notifications";
};
{
type = "list-single";