Software /
code /
prosody
Comparison
plugins/mod_pubsub/pubsub.lib.lua @ 9136:07fc2c5c0c2e
Merge jonasw->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 06 Aug 2018 16:58:21 +0200 |
parent | 9131:d0d676b86013 |
parent | 9135:c68d62ae9cb7 |
child | 9137:4803d2feeecb |
comparison
equal
deleted
inserted
replaced
9134:4aa786a180f5 | 9136:07fc2c5c0c2e |
---|---|
73 { | 73 { |
74 type = "list-single"; | 74 type = "list-single"; |
75 name = "pubsub#access_model"; | 75 name = "pubsub#access_model"; |
76 label = "Specify the subscriber model"; | 76 label = "Specify the subscriber model"; |
77 options = { | 77 options = { |
78 { value = "authorize" }; | 78 "authorize", |
79 { value = "open" }; | 79 "open", |
80 { value = "presence" }; | 80 "presence", |
81 { value = "roster" }; | 81 "roster", |
82 { value = "whitelist" }; | 82 "whitelist", |
83 }; | 83 }; |
84 }; | 84 }; |
85 { | 85 { |
86 type = "list-single"; | 86 type = "list-single"; |
87 name = "pubsub#publish_model"; | 87 name = "pubsub#publish_model"; |