# HG changeset patch # User Matthew Wild # Date 1736260054 0 # Node ID c8a387912a334f5470975ad6adcc4e0d8ffc77b8 # Parent 8091c1b8023e7af22ad020f5f2124ff9245988c0 mod_pep: Support for node/item management commands diff -r 8091c1b8023e -r c8a387912a33 plugins/mod_pep.lua --- a/plugins/mod_pep.lua Tue Jan 07 14:27:18 2025 +0000 +++ b/plugins/mod_pep.lua Tue Jan 07 14:27:34 2025 +0000 @@ -531,3 +531,6 @@ recipients[username] = nil; end); +module:require("mod_pubsub/commands").add_commands(function (service_jid) + return get_pep_service((jid_split(service_jid))); +end);