Software /
code /
prosody
Diff
plugins/mod_pubsub/pubsub.lib.lua @ 9212:127af0795e93
mod_pubsub: Add missing default value for deliver_payloads
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 19 Aug 2018 07:42:07 +0200 |
parent | 9211:a476d80761cd |
child | 9235:7fbcabee6df1 |
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua Sun Aug 19 07:41:26 2018 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Sun Aug 19 07:42:07 2018 +0200 @@ -106,6 +106,7 @@ }; { type = "boolean"; + value = true; label = "Whether to deliver payloads with event notifications"; name = "pubsub#deliver_payloads"; };