Software /
code /
prosody
Changeset
9196:2fc56434c6e3
mod_pep: Remove already included access model feature
access-* is added in pubsub.lib based on node defaults
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 18 Aug 2018 14:29:13 +0200 |
parents | 9195:b6ffd4f951b9 |
children | 9197:041a731c7a62 |
files | plugins/mod_pep.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pep.lua Sat Aug 18 13:23:52 2018 +0100 +++ b/plugins/mod_pep.lua Sat Aug 18 14:29:13 2018 +0200 @@ -410,7 +410,6 @@ local supported_features = lib_pubsub.get_feature_set(service) + set.new{ -- Features not covered by the above - "access-presence", "auto-subscribe", "filtered-notifications", "last-published",