# HG changeset patch # User Kim Alvefur # Date 1541113121 -3600 # Node ID 2a42b72468ca88c23afddc04d0fda21840f2ea5e # Parent cb684a0ded2a0327cf74a971d504b40f77b1fdd6 mod_pep: Remove incorrect features advertised on the bare host diff -r cb684a0ded2a -r 2a42b72468ca plugins/mod_pep.lua --- a/plugins/mod_pep.lua Wed Oct 31 14:34:35 2018 +0000 +++ b/plugins/mod_pep.lua Thu Nov 01 23:58:41 2018 +0100 @@ -250,9 +250,6 @@ module:hook("iq/bare/"..xmlns_pubsub..":pubsub", handle_pubsub_iq); module:hook("iq/bare/"..xmlns_pubsub_owner..":pubsub", handle_pubsub_iq); -module:add_identity("pubsub", "pep", module:get_option_string("name", "Prosody")); -module:add_feature("http://jabber.org/protocol/pubsub#publish"); - local function get_caps_hash_from_presence(stanza, current) local t = stanza.attr.type; if not t then