From fd0c8253c6f7a60fef6f1438df9ebdc652b4d99e Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 20 Oct 2018 20:12:53 +0200 Subject: [PATCH] mod_pep: Add PEP service owners username in configuration to ease identification --- plugins/mod_pep.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 60a5285bd..069d67f2c 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -166,6 +166,7 @@ function get_pep_service(username) return service; end service = pubsub.new({ + pep_username = username; node_defaults = { ["max_items"] = 1; ["persist_items"] = true;