# HG changeset patch # User Kim Alvefur # Date 1534595353 -7200 # Node ID 2fc56434c6e3bca18fd1eca9318ed649d58b68c1 # Parent b6ffd4f951b954a2a99d6d519e7f9932cdb93713 mod_pep: Remove already included access model feature access-* is added in pubsub.lib based on node defaults diff -r b6ffd4f951b9 -r 2fc56434c6e3 plugins/mod_pep.lua --- 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",