mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
mod_pep: Added name 'Prosody' to the pubsub/pep identity
This commit is contained in:
parent
49c8f89be2
commit
2c1d3e4499
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ local data = {};
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue