Software /
code /
prosody
Diff
plugins/mod_pep.lua @ 1712:45a81d6d8777
Merge waqas with Tobias. Eww.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 18 Aug 2009 13:03:35 +0100 |
parent | 1696:2afc87ccc379 |
child | 2041:8cf9b978ab36 |
line wrap: on
line diff
--- a/plugins/mod_pep.lua Sun Aug 16 21:41:53 2009 +0100 +++ b/plugins/mod_pep.lua Tue Aug 18 13:03:35 2009 +0100 @@ -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)