aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-08-06 23:20:36 +0200
committerKim Alvefur <zash@zash.se>2018-08-06 23:20:36 +0200
commit1a39a00afa5533819fc6c1e1c23312f367cb3c11 (patch)
tree443669dd3701277024f7f601e5ee8d7516078153 /plugins/mod_pep.lua
parente3c6e3f7c49fa4d6dbc9e3788e266f250d474afd (diff)
downloadprosody-1a39a00afa5533819fc6c1e1c23312f367cb3c11.tar.gz
prosody-1a39a00afa5533819fc6c1e1c23312f367cb3c11.zip
mod_pep: Correct comment about 'recipients' table
Diffstat (limited to 'plugins/mod_pep.lua')
-rw-r--r--plugins/mod_pep.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua
index f6ec8e12..067d87ec 100644
--- a/plugins/mod_pep.lua
+++ b/plugins/mod_pep.lua
@@ -20,7 +20,7 @@ local empty_set = set_new();
-- username -> util.pubsub service object
local services = {};
--- username -> recipient -> set of full JID
+-- username -> recipient -> set of nodes
local recipients = {};
local hash_map = {};