plugins/mod_pep.lua
changeset 5004 047f6621e709
parent 5002 7a0b17118987
child 5013 ab693eea0869
--- a/plugins/mod_pep.lua	Wed Jul 25 16:57:22 2012 +0100
+++ b/plugins/mod_pep.lua	Wed Jul 25 19:04:42 2012 +0300
@@ -32,7 +32,7 @@
 	hash_map = state.hash_map or {};
 end
 
-module:add_identity("pubsub", "pep", "pep", module:get_option_string("name", "Prosody"));
+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)