Software /
code /
prosody
Changeset
9136:07fc2c5c0c2e
Merge jonasw->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 06 Aug 2018 16:58:21 +0200 |
parents | 9134:4aa786a180f5 (current diff) 9135:c68d62ae9cb7 (diff) |
children | 9137:4803d2feeecb |
files | plugins/mod_pubsub/pubsub.lib.lua |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
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", }; }; {