# HG changeset patch # User Kim Alvefur # Date 1533567501 -7200 # Node ID 07fc2c5c0c2e66c486de74f45333fe6f111daecd # Parent 4aa786a180f53647ce4868003b5583f9391deeba# Parent c68d62ae9cb7e37f69a039ae39c019ef61538fcb Merge jonasw->trunk diff -r 4aa786a180f5 -r 07fc2c5c0c2e plugins/mod_pubsub/pubsub.lib.lua --- 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", }; }; {