Changeset

5004:047f6621e709

mod_pep: Allow configurable service discovery identity (Fix)
author IRON <iron.udjin@gmail.com>
date Wed, 25 Jul 2012 19:04:42 +0300
parents 5003:a70eeed3f502
children 5008:28498f29fdd8
files plugins/mod_pep.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)