From 052bd96a9fea3ff809a2804d955ce99b5985eeec Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 6 Aug 2018 23:20:47 +0200 Subject: mod_pep: Add comment about 'hash_map' table --- plugins/mod_pep.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/mod_pep.lua') 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; -- cgit v1.2.3