# HG changeset patch # User Kim Alvefur # Date 1533489149 -7200 # Node ID 5444d4a8ad905975f611a416c3bd89abd1e24855 # Parent 70f34c663fb37f72a3a64917ff8b1336ce712e84 mod_pubsub: Add 'get_configuration' capability to relevant affiliations Like ca5228a7d907 did for mod_pep Thanks pep. diff -r 70f34c663fb3 -r 5444d4a8ad90 plugins/mod_pubsub/mod_pubsub.lua --- a/plugins/mod_pubsub/mod_pubsub.lua Sun Aug 05 18:28:31 2018 +0200 +++ b/plugins/mod_pubsub/mod_pubsub.lua Sun Aug 05 19:12:29 2018 +0200 @@ -200,6 +200,7 @@ publish = true; retract = true; get_nodes = true; + get_configuration = true; subscribe = true; unsubscribe = true; @@ -224,6 +225,7 @@ delete = true; get_nodes = true; configure = true; + get_configuration = true; subscribe = true; unsubscribe = true;