Diff

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
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;