From 6da5a6f1c0955b5f3031ab075d83393563e92446 Mon Sep 17 00:00:00 2001 From: IRON Date: Wed, 25 Jul 2012 19:04:42 +0300 Subject: mod_pep: Allow configurable service discovery identity (Fix) --- plugins/mod_pep.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 5a6196f2..d6fe9a81 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -32,7 +32,7 @@ module.restore = function(state) 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) -- cgit v1.2.3