Software /
code /
prosody
Changeset
5003:a70eeed3f502
Merge with IRON
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 25 Jul 2012 16:57:22 +0100 |
parents | 5002:7a0b17118987 (diff) 5001:78a3d275715a (current diff) |
children | 5004:047f6621e709 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pep.lua Tue Jul 24 15:50:11 2012 +0100 +++ b/plugins/mod_pep.lua Wed Jul 25 16:57:22 2012 +0100 @@ -32,7 +32,7 @@ hash_map = state.hash_map or {}; end -module:add_identity("pubsub", "pep", "Prosody"); +module:add_identity("pubsub", "pep", "pep", module:get_option_string("name", "Prosody")); module:add_feature("http://jabber.org/protocol/pubsub#publish"); local function subscription_presence(user_bare, recipient)