From b00069940dc4f3812f492ecdfbcda65528621739 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 5 Aug 2018 00:04:56 +0100 Subject: mod_pep: Add 'get_configuration' capability to relevant affiliations --- plugins/mod_pep.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index d278bad4..3b818c8d 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -188,6 +188,7 @@ function get_pep_service(username) publish = true; retract = true; get_nodes = true; + get_configuration = true; subscribe = true; unsubscribe = true; @@ -212,6 +213,7 @@ function get_pep_service(username) delete = true; get_nodes = true; configure = true; + get_configuration = true; subscribe = true; unsubscribe = true; -- cgit v1.2.3