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

remotes/origin/0.11
Kim Alvefur 8 years ago
parent 3ad1358ad5
commit fd0c8253c6
  1. 1
      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;

Loading…
Cancel
Save