# HG changeset patch # User Kim Alvefur # Date 1540059173 -7200 # Node ID 742977123168cb9fb676b361075cc14632532735 # Parent 8cdd7fec6aa7fcd9dbdfd53e7699ca1c1cdc76a0 mod_pep: Add PEP service owners username in configuration to ease identification diff -r 8cdd7fec6aa7 -r 742977123168 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;