# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1533590436 -7200
# Node ID 85bc624b86856c036b90f2551ec26c0ec874069d
# Parent  c1368fb756bf72e4384ca807f8add698dd5e831e
mod_pep: Correct comment about 'recipients' table

diff -r c1368fb756bf -r 85bc624b8685 plugins/mod_pep.lua
--- a/plugins/mod_pep.lua	Mon Aug 06 18:58:25 2018 +0200
+++ b/plugins/mod_pep.lua	Mon Aug 06 23:20:36 2018 +0200
@@ -20,7 +20,7 @@
 -- username -> util.pubsub service object
 local services = {};
 
--- username -> recipient -> set of full JID
+-- username -> recipient -> set of nodes
 local recipients = {};
 local hash_map = {};