mod_pep: Add 'get_configuration' capability to relevant affiliations
authorMatthew Wild <mwild1@gmail.com>
Sun, 05 Aug 2018 00:04:56 +0100
changeset 9117 ca5228a7d907
parent 9116 74639d606a15
child 9118 fddebfaae7d9
mod_pep: Add 'get_configuration' capability to relevant affiliations
plugins/mod_pep.lua
--- a/plugins/mod_pep.lua	Sat Aug 04 23:44:34 2018 +0200
+++ b/plugins/mod_pep.lua	Sun Aug 05 00:04:56 2018 +0100
@@ -188,6 +188,7 @@
 				publish = true;
 				retract = true;
 				get_nodes = true;
+				get_configuration = true;
 
 				subscribe = true;
 				unsubscribe = true;
@@ -212,6 +213,7 @@
 				delete = true;
 				get_nodes = true;
 				configure = true;
+				get_configuration = true;
 
 				subscribe = true;
 				unsubscribe = true;