mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
mod_pep: Support for node/item management commands
This commit is contained in:
parent
a10a0140e5
commit
25b7ac8ece
1 changed files with 3 additions and 0 deletions
|
@ -531,3 +531,6 @@ module:hook_global("user-deleted", function(event)
|
|||
recipients[username] = nil;
|
||||
end);
|
||||
|
||||
module:require("mod_pubsub/commands").add_commands(function (service_jid)
|
||||
return get_pep_service((jid_split(service_jid)));
|
||||
end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue