# HG changeset patch # User Matthew Wild # Date 1533423896 -3600 # Node ID ca5228a7d907d3b4385192476c230a585c74d841 # Parent 74639d606a15d84d3b01a4c4cd7c58058d1ad68a mod_pep: Add 'get_configuration' capability to relevant affiliations diff -r 74639d606a15 -r ca5228a7d907 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;