From ee3ab5b20c5a396e72dd054cb6c4e930fc98a52c Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Sat, 18 Aug 2018 14:29:13 +0200
Subject: mod_pep: Remove already included access model feature

access-* is added in pubsub.lib based on node defaults
---
 plugins/mod_pep.lua | 1 -
 1 file changed, 1 deletion(-)

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",
-- 
cgit v1.2.3