mod_pep: Remove already included access model feature
authorKim Alvefur <zash@zash.se>
Sat, 18 Aug 2018 14:29:13 +0200
changeset 9199 2fc56434c6e3
parent 9198 b6ffd4f951b9
child 9200 041a731c7a62
mod_pep: Remove already included access model feature access-* is added in pubsub.lib based on node defaults
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",