Software /
code /
prosody
Comparison
plugins/mod_pubsub/pubsub.lib.lua @ 9128:a4a923e493da
pubsub.lib: Code formatting change
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 06 Aug 2018 11:22:05 +0100 |
parent | 9127:decad04ec184 |
child | 9130:74525b8104d5 |
comparison
equal
deleted
inserted
replaced
9127:decad04ec184 | 9128:a4a923e493da |
---|---|
75 { | 75 { |
76 type = "list-single"; | 76 type = "list-single"; |
77 name = "pubsub#access_model"; | 77 name = "pubsub#access_model"; |
78 label = "Specify the subscriber model"; | 78 label = "Specify the subscriber model"; |
79 options = { | 79 options = { |
80 { value = "authorize" }, | 80 { value = "authorize" }; |
81 { value = "open" }, | 81 { value = "open" }; |
82 { value = "presence" }, | 82 { value = "presence" }; |
83 { value = "roster" }, | 83 { value = "roster" }; |
84 { value = "whitelist" }, | 84 { value = "whitelist" }; |
85 }; | 85 }; |
86 }; | 86 }; |
87 { | 87 { |
88 type = "list-single"; | 88 type = "list-single"; |
89 name = "pubsub#notification_type"; | 89 name = "pubsub#notification_type"; |