# HG changeset patch # User IRON # Date 1343232282 -10800 # Node ID 047f6621e70923280e912646c0d66631e94528a3 # Parent a70eeed3f50237f9d215177e5ab30bff8f7abe13 mod_pep: Allow configurable service discovery identity (Fix) diff -r a70eeed3f502 -r 047f6621e709 plugins/mod_pep.lua --- 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)