mod_pep: Added a TODO.

Mon, 21 Dec 2009 06:37:58 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Mon, 21 Dec 2009 06:37:58 +0500
changeset 2385
470004f8f4ed
parent 2384
7bec10f26082
child 2386
bfb093a0df1e

mod_pep: Added a TODO.

plugins/mod_pep.lua file | annotate | diff | comparison | revisions
--- 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);

mercurial