Software /
code /
prosody
Diff
plugins/mod_pep.lua @ 9114:ca5228a7d907
mod_pep: Add 'get_configuration' capability to relevant affiliations
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 05 Aug 2018 00:04:56 +0100 |
parent | 9113:74639d606a15 |
child | 9132:2aaa192e3da5 |
line wrap: on
line diff
--- 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;