mod_pep: Add PEP service owners username in configuration to ease identification

This commit is contained in:
Kim Alvefur 2018-10-20 20:12:53 +02:00
parent 3ad1358ad5
commit fd0c8253c6

View file

@ -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;