mod_pep: Add PEP service owners username in configuration to ease identification
authorKim Alvefur <zash@zash.se>
Sat, 20 Oct 2018 20:12:53 +0200
changeset 9544 742977123168
parent 9543 8cdd7fec6aa7
child 9545 b8bfcfbe5126
mod_pep: Add PEP service owners username in configuration to ease identification
plugins/mod_pep.lua
--- a/plugins/mod_pep.lua	Tue Oct 23 22:54:15 2018 +0200
+++ b/plugins/mod_pep.lua	Sat Oct 20 20:12:53 2018 +0200
@@ -166,6 +166,7 @@
 		return service;
 	end
 	service = pubsub.new({
+		pep_username = username;
 		node_defaults = {
 			["max_items"] = 1;
 			["persist_items"] = true;