Software /
code /
prosody
Changeset
9142:85bc624b8685
mod_pep: Correct comment about 'recipients' table
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 06 Aug 2018 23:20:36 +0200 |
parents | 9141:c1368fb756bf |
children | 9143:817f666d9037 |
files | plugins/mod_pep.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 = {};