diff -r c1368fb756bf -r 85bc624b8685 plugins/mod_pep.lua --- 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 = {};