# HG changeset patch # User Waqas Hussain # Date 1250580823 -18000 # Node ID 2afc87ccc3795ca65dc75962352dd4d3a30994e7 # Parent 9786e650393b8de8e585426f900eae9eac06275c mod_pep: Added name 'Prosody' to the pubsub/pep identity diff -r 9786e650393b -r 2afc87ccc379 plugins/mod_pep.lua --- 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)