mod_pep: Add comment about 'hash_map' table

remotes/origin/0.11
Kim Alvefur 8 years ago
parent 1a39a00afa
commit 052bd96a9f
  1. 2
      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;

Loading…
Cancel
Save