plugins/mod_pep.lua

changeset 2385
470004f8f4ed
parent 2384
7bec10f26082
child 2925
692b3c6c5bd2
--- 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