aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-20 20:12:53 +0200
committerKim Alvefur <zash@zash.se>2018-10-20 20:12:53 +0200
commitfd0c8253c6f7a60fef6f1438df9ebdc652b4d99e (patch)
treea2c9568633fe6fa3a8728f7054f96084a47456f6 /plugins/mod_pep.lua
parent3ad1358ad513ffa926ee5e27d9b5d4dd6e73b48c (diff)
downloadprosody-fd0c8253c6f7a60fef6f1438df9ebdc652b4d99e.tar.gz
prosody-fd0c8253c6f7a60fef6f1438df9ebdc652b4d99e.zip
mod_pep: Add PEP service owners username in configuration to ease identification
Diffstat (limited to 'plugins/mod_pep.lua')
-rw-r--r--plugins/mod_pep.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua
index 60a5285b..069d67f2 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;