plugins/mod_pep.lua
changeset 8332 83bab3c84671
parent 8128 5f0c642a41a1
child 8333 8d5c2eef1654
--- a/plugins/mod_pep.lua	Tue Oct 17 03:43:57 2017 +0200
+++ b/plugins/mod_pep.lua	Tue Oct 17 05:20:11 2017 +0200
@@ -36,9 +36,6 @@
 	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