From d0bb8df2d567b895323be28b2c1ac122ea188279 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 17 Oct 2017 05:20:11 +0200 Subject: mod_pep: Remove disco identity and feature from the host (changed in XEP-0163 version 1.2) --- plugins/mod_pep.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 1025be37..b8eba29c 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -36,9 +36,6 @@ module.restore = function(state) hash_map = state.hash_map or {}; end -module:add_identity("pubsub", "pep", module:get_option_string("name", "Prosody")); -module:add_feature("http://jabber.org/protocol/pubsub#publish"); - local function subscription_presence(user_bare, recipient) local recipient_bare = jid_bare(recipient); if (recipient_bare == user_bare) then return true end -- cgit v1.2.3