diff options
author | Kim Alvefur <zash@zash.se> | 2018-08-18 14:29:13 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-08-18 14:29:13 +0200 |
commit | ee3ab5b20c5a396e72dd054cb6c4e930fc98a52c (patch) | |
tree | 29c515b90d8712277ed47ee6c0dfc0cbb14e3d4c /plugins/mod_pep.lua | |
parent | 619798a8d969ef11a06d6f99622533a1e924c9eb (diff) | |
download | prosody-ee3ab5b20c5a396e72dd054cb6c4e930fc98a52c.tar.gz prosody-ee3ab5b20c5a396e72dd054cb6c4e930fc98a52c.zip |
mod_pep: Remove already included access model feature
access-* is added in pubsub.lib based on node defaults
Diffstat (limited to 'plugins/mod_pep.lua')
-rw-r--r-- | plugins/mod_pep.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 7533d6f1..dd4a270c 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -410,7 +410,6 @@ module:hook("account-disco-info", function(event) 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", |