aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-08-06 23:20:47 +0200
committerKim Alvefur <zash@zash.se>2018-08-06 23:20:47 +0200
commit052bd96a9fea3ff809a2804d955ce99b5985eeec (patch)
tree33da05db77c03174156cebad32e1fb17331f2f3d /plugins/mod_pep.lua
parent1a39a00afa5533819fc6c1e1c23312f367cb3c11 (diff)
downloadprosody-052bd96a9fea3ff809a2804d955ce99b5985eeec.tar.gz
prosody-052bd96a9fea3ff809a2804d955ce99b5985eeec.zip
mod_pep: Add comment about 'hash_map' table
Diffstat (limited to 'plugins/mod_pep.lua')
-rw-r--r--plugins/mod_pep.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua
index 067d87ec..4986f714 100644
--- a/plugins/mod_pep.lua
+++ b/plugins/mod_pep.lua
@@ -22,6 +22,8 @@ local services = {};
-- username -> recipient -> set of nodes
local recipients = {};
+
+-- caps hash -> set of nodes
local hash_map = {};
local host = module.host;