Changeset

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
parents 9118:70f34c663fb3
children 9120:01fc8ba0a7fa
files plugins/mod_pubsub/mod_pubsub.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua	Sun Aug 05 18:28:31 2018 +0200
+++ b/plugins/mod_pubsub/mod_pubsub.lua	Sun Aug 05 19:12:29 2018 +0200
@@ -200,6 +200,7 @@
 				publish = true;
 				retract = true;
 				get_nodes = true;
+				get_configuration = true;
 
 				subscribe = true;
 				unsubscribe = true;
@@ -224,6 +225,7 @@
 				delete = true;
 				get_nodes = true;
 				configure = true;
+				get_configuration = true;
 
 				subscribe = true;
 				unsubscribe = true;