diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_pep.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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; |