Mercurial > prosody-hg
comparison 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 |
| parents | 60f163e7a7a7 |
| children | ef2616ade453 |
comparison
equal
deleted
inserted
replaced
| 9185:60f163e7a7a7 | 9186:9f33a13eb011 |
|---|---|
| 97 "open"; | 97 "open"; |
| 98 }; | 98 }; |
| 99 }; | 99 }; |
| 100 { | 100 { |
| 101 type = "boolean"; | 101 type = "boolean"; |
| 102 label = "Whether to deliver payloads with event notifications"; | 102 value = "true"; |
| 103 name = "pubsub#deliver_payloads"; | 103 label = "Whether to deliver event notifications"; |
| 104 value = true; | 104 name = "pubsub#deliver_notifications"; |
| 105 }; | 105 }; |
| 106 { | 106 { |
| 107 type = "list-single"; | 107 type = "list-single"; |
| 108 name = "pubsub#notification_type"; | 108 name = "pubsub#notification_type"; |
| 109 label = "Specify the delivery style for notifications"; | 109 label = "Specify the delivery style for notifications"; |
