Mercurial > prosody-hg
diff plugins/mod_pubsub/pubsub.lib.lua @ 9136:07fc2c5c0c2e
Merge jonasw->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 06 Aug 2018 16:58:21 +0200 |
| parents | d0d676b86013 c68d62ae9cb7 |
| children | 4803d2feeecb |
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua Mon Aug 06 15:26:33 2018 +0100 +++ b/plugins/mod_pubsub/pubsub.lib.lua Mon Aug 06 16:58:21 2018 +0200 @@ -75,11 +75,11 @@ name = "pubsub#access_model"; label = "Specify the subscriber model"; options = { - { value = "authorize" }; - { value = "open" }; - { value = "presence" }; - { value = "roster" }; - { value = "whitelist" }; + "authorize", + "open", + "presence", + "roster", + "whitelist", }; }; {
