Software /
code /
prosody
Changeset
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 |
parents | 9113:74639d606a15 |
children | 9115:fddebfaae7d9 |
files | plugins/mod_pep.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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;