mod_pep: Correct comment about 'recipients' table
authorKim Alvefur <zash@zash.se>
Mon, 06 Aug 2018 23:20:36 +0200
changeset 9145 85bc624b8685
parent 9144 c1368fb756bf
child 9146 817f666d9037
mod_pep: Correct comment about 'recipients' table
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 = {};