Software /
code /
prosody
Changeset
5008:28498f29fdd8
Merge with Zash
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 25 Jul 2012 18:51:49 +0100 |
parents | 5004:047f6621e709 (diff) 5007:76f957b44cf7 (current diff) |
children | 5009:b27ba2c83dd4 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pep.lua Tue Jul 24 22:03:51 2012 +0200 +++ b/plugins/mod_pep.lua Wed Jul 25 18:51:49 2012 +0100 @@ -32,7 +32,7 @@ hash_map = state.hash_map or {}; end -module:add_identity("pubsub", "pep", "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)