diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-08-05 00:04:56 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-08-05 00:04:56 +0100 |
commit | bdef7c0606965fe644ce5d2d0331973ea65d4031 (patch) | |
tree | bfd5ed29ffa5e538869ca99048370df97e334aab /plugins | |
parent | ccb00c9a4f0c20f61cd2935bb182b077a70a785b (diff) | |
download | prosody-bdef7c0606965fe644ce5d2d0331973ea65d4031.tar.gz prosody-bdef7c0606965fe644ce5d2d0331973ea65d4031.zip |
mod_pep: Add 'get_configuration' capability to relevant affiliations
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; |