mod_pep: Add comments describing root tables used for data
authorKim Alvefur <zash@zash.se>
Sat, 04 Aug 2018 23:44:34 +0200
changeset 9116 74639d606a15
parent 9115 e66d932eeb58
child 9117 ca5228a7d907
mod_pep: Add comments describing root tables used for data
plugins/mod_pep.lua
--- 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 = {};