# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1533419074 -7200
# Node ID 74639d606a15d84d3b01a4c4cd7c58058d1ad68a
# Parent  e66d932eeb58dae0e8169d60dcdd091bb0307d1c
mod_pep: Add comments describing root tables used for data

diff -r e66d932eeb58 -r 74639d606a15 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 = {};