aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-08-05 00:04:56 +0100
committerMatthew Wild <mwild1@gmail.com>2018-08-05 00:04:56 +0100
commitb00069940dc4f3812f492ecdfbcda65528621739 (patch)
treebfd5ed29ffa5e538869ca99048370df97e334aab /plugins/mod_pep.lua
parenta5c2b5abdf51291abbfe9629d1a649a95efbbb89 (diff)
downloadprosody-b00069940dc4f3812f492ecdfbcda65528621739.tar.gz
prosody-b00069940dc4f3812f492ecdfbcda65528621739.zip
mod_pep: Add 'get_configuration' capability to relevant affiliations
Diffstat (limited to 'plugins/mod_pep.lua')
-rw-r--r--plugins/mod_pep.lua2
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;