Diff

plugins/mod_pep.lua @ 2385:470004f8f4ed

mod_pep: Added a TODO.
author Waqas Hussain <waqas20@gmail.com>
date Mon, 21 Dec 2009 06:37:58 +0500
parent 2384:7bec10f26082
child 2925:692b3c6c5bd2
line wrap: on
line diff
--- a/plugins/mod_pep.lua	Mon Dec 21 06:26:37 2009 +0500
+++ b/plugins/mod_pep.lua	Mon Dec 21 06:37:58 2009 +0500
@@ -291,7 +291,7 @@
 
 	if user_data then
 		for node, _ in pairs(user_data) do
-			stanza:tag('item', {jid=bare, node=node}):up();
+			stanza:tag('item', {jid=bare, node=node}):up(); -- TODO we need to handle queries to these nodes
 		end
 	end
 end);