mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +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;
|
||||
end
|
||||
service = pubsub.new({
|
||||
pep_username = username;
|
||||
node_defaults = {
|
||||
["max_items"] = 1;
|
||||
["persist_items"] = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue