mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
mod_pep: Add PEP service owners username in configuration to ease identification
This commit is contained in:
parent
3ad1358ad5
commit
fd0c8253c6
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ function get_pep_service(username)
|
||||||
return service;
|
return service;
|
||||||
end
|
end
|
||||||
service = pubsub.new({
|
service = pubsub.new({
|
||||||
|
pep_username = username;
|
||||||
node_defaults = {
|
node_defaults = {
|
||||||
["max_items"] = 1;
|
["max_items"] = 1;
|
||||||
["persist_items"] = true;
|
["persist_items"] = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue