mod_pep: Added name 'Prosody' to the pubsub/pep identity

Tue, 18 Aug 2009 12:33:43 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 18 Aug 2009 12:33:43 +0500
changeset 1696
2afc87ccc379
parent 1695
9786e650393b
child 1697
f1783e621a36

mod_pep: Added name 'Prosody' to the pubsub/pep identity

plugins/mod_pep.lua file | annotate | diff | comparison | revisions
--- 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)

mercurial