Software /
code /
prosody
Changeset
9113:74639d606a15
mod_pep: Add comments describing root tables used for data
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 04 Aug 2018 23:44:34 +0200 |
parents | 9112:e66d932eeb58 |
children | 9114:ca5228a7d907 |
files | plugins/mod_pep.lua |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pep.lua Sat Aug 04 23:12:52 2018 +0200 +++ b/plugins/mod_pep.lua Sat Aug 04 23:44:34 2018 +0200 @@ -17,7 +17,10 @@ local empty_set = set_new(); +-- username -> util.pubsub service object local services = {}; + +-- username -> recipient -> set of full JID local recipients = {}; local hash_map = {};