Software /
code /
prosody
Changeset
9128:a4a923e493da
pubsub.lib: Code formatting change
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 06 Aug 2018 11:22:05 +0100 |
parents | 9127:decad04ec184 |
children | 9129:7721794e9e93 |
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 08:39:46 2018 +0100 +++ b/plugins/mod_pubsub/pubsub.lib.lua Mon Aug 06 11:22:05 2018 +0100 @@ -77,11 +77,11 @@ name = "pubsub#access_model"; label = "Specify the subscriber model"; options = { - { value = "authorize" }, - { value = "open" }, - { value = "presence" }, - { value = "roster" }, - { value = "whitelist" }, + { value = "authorize" }; + { value = "open" }; + { value = "presence" }; + { value = "roster" }; + { value = "whitelist" }; }; }; {