Software /
code /
prosody
Comparison
plugins/mod_pubsub/mod_pubsub.lua @ 9119:5444d4a8ad90
mod_pubsub: Add 'get_configuration' capability to relevant affiliations
Like ca5228a7d907 did for mod_pep
Thanks pep.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 05 Aug 2018 19:12:29 +0200 |
parent | 9118:70f34c663fb3 |
child | 9139:24a1e7a9d463 |
comparison
equal
deleted
inserted
replaced
9118:70f34c663fb3 | 9119:5444d4a8ad90 |
---|---|
198 publisher = { | 198 publisher = { |
199 create = false; | 199 create = false; |
200 publish = true; | 200 publish = true; |
201 retract = true; | 201 retract = true; |
202 get_nodes = true; | 202 get_nodes = true; |
203 get_configuration = true; | |
203 | 204 |
204 subscribe = true; | 205 subscribe = true; |
205 unsubscribe = true; | 206 unsubscribe = true; |
206 get_subscription = true; | 207 get_subscription = true; |
207 get_subscriptions = true; | 208 get_subscriptions = true; |
222 publish = true; | 223 publish = true; |
223 retract = true; | 224 retract = true; |
224 delete = true; | 225 delete = true; |
225 get_nodes = true; | 226 get_nodes = true; |
226 configure = true; | 227 configure = true; |
228 get_configuration = true; | |
227 | 229 |
228 subscribe = true; | 230 subscribe = true; |
229 unsubscribe = true; | 231 unsubscribe = true; |
230 get_subscription = true; | 232 get_subscription = true; |
231 get_subscriptions = true; | 233 get_subscriptions = true; |