From 1a39a00afa5533819fc6c1e1c23312f367cb3c11 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 6 Aug 2018 23:20:36 +0200 Subject: mod_pep: Correct comment about 'recipients' table --- plugins/mod_pep.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_pep.lua') 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 = {}; -- cgit v1.2.3