# HG changeset patch # User Jonas Wielicki # Date 1533565625 -7200 # Node ID c68d62ae9cb7e37f69a039ae39c019ef61538fcb # Parent dcc490f0044d277d089f24f7eeeefd6716b3c855 pubsub.lib: correctly emit data form fields diff -r dcc490f0044d -r c68d62ae9cb7 plugins/mod_pubsub/pubsub.lib.lua --- a/plugins/mod_pubsub/pubsub.lib.lua Sun Aug 05 11:44:49 2018 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Mon Aug 06 16:27:05 2018 +0200 @@ -77,11 +77,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", }; }; {