Software / code / prosody
Changeset
1696:2afc87ccc379
mod_pep: Added name 'Prosody' to the pubsub/pep identity
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Tue, 18 Aug 2009 12:33:43 +0500 |
| parents | 1695:9786e650393b |
| children | 1697:f1783e621a36 |
| files | plugins/mod_pep.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pep.lua Tue Aug 18 12:32:38 2009 +0500 +++ b/plugins/mod_pep.lua Tue Aug 18 12:33:43 2009 +0500 @@ -25,7 +25,7 @@ local recipients = {}; local hash_map = {}; -module:add_identity("pubsub", "pep"); +module:add_identity("pubsub", "pep", "Prosody"); module:add_feature("http://jabber.org/protocol/pubsub#publish"); local function publish(session, node, item)