Mercurial > prosody-hg
diff plugins/mod_pep.lua @ 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 | b6645fe7d89f |
| children | 8cf9b978ab36 |
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)
