Changeset

2385:470004f8f4ed

mod_pep: Added a TODO.
author Waqas Hussain <waqas20@gmail.com>
date Mon, 21 Dec 2009 06:37:58 +0500
parents 2384:7bec10f26082
children 2386:bfb093a0df1e
files plugins/mod_pep.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);