aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
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
commit2ce46faa63aea4091dc60b714e77b770a7650a01 (patch)
tree33da05db77c03174156cebad32e1fb17331f2f3d /plugins
parent873ba6dd77c35285db821b68a13a903351126ec5 (diff)
downloadprosody-2ce46faa63aea4091dc60b714e77b770a7650a01.tar.gz
prosody-2ce46faa63aea4091dc60b714e77b770a7650a01.zip
mod_pep: Add comment about 'hash_map' table
Diffstat (limited to 'plugins')
-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;