Software /
code /
prosody
Diff
plugins/mod_pep.lua @ 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 |
parent | 9190:b88f537163da |
child | 9197:041a731c7a62 |
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",