Mercurial > prosody-hg
comparison plugins/mod_pubsub/pubsub.lib.lua @ 9211:a476d80761cd
mod_pubsub: Fix boolean value in form
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 19 Aug 2018 07:41:26 +0200 |
| parents | 68e96dd437bb |
| children | 127af0795e93 |
comparison
equal
deleted
inserted
replaced
| 9210:68e96dd437bb | 9211:a476d80761cd |
|---|---|
| 98 "open"; | 98 "open"; |
| 99 }; | 99 }; |
| 100 }; | 100 }; |
| 101 { | 101 { |
| 102 type = "boolean"; | 102 type = "boolean"; |
| 103 value = "true"; | 103 value = true; |
| 104 label = "Whether to deliver event notifications"; | 104 label = "Whether to deliver event notifications"; |
| 105 name = "pubsub#deliver_notifications"; | 105 name = "pubsub#deliver_notifications"; |
| 106 }; | 106 }; |
| 107 { | 107 { |
| 108 type = "boolean"; | 108 type = "boolean"; |
