Software /
code /
prosody
Diff
plugins/mod_pep.lua @ 9142:85bc624b8685
mod_pep: Correct comment about 'recipients' table
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 06 Aug 2018 23:20:36 +0200 |
parent | 9141:c1368fb756bf |
child | 9143:817f666d9037 |
line wrap: on
line diff
--- a/plugins/mod_pep.lua Mon Aug 06 18:58:25 2018 +0200 +++ b/plugins/mod_pep.lua Mon Aug 06 23:20:36 2018 +0200 @@ -20,7 +20,7 @@ -- username -> util.pubsub service object local services = {}; --- username -> recipient -> set of full JID +-- username -> recipient -> set of nodes local recipients = {}; local hash_map = {};