mod_pep: Remove incorrect features advertised on the bare host

remotes/origin/master
Kim Alvefur 7 years ago
parent 9fd6744312
commit 2a701f2d8b
  1. 3
      plugins/mod_pep.lua

@ -250,9 +250,6 @@ end
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

Loading…
Cancel
Save