Software /
code /
prosody
Diff
plugins/mod_pubsub/pubsub.lib.lua @ 9186:9f33a13eb011
mod_pubsub: Use the correct form field
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 16 Aug 2018 15:07:28 +0200 |
parent | 9185:60f163e7a7a7 |
child | 9188:ef2616ade453 |
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua Thu Aug 16 15:05:01 2018 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Thu Aug 16 15:07:28 2018 +0200 @@ -99,9 +99,9 @@ }; { 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";