added comment to remind us to fix binary output breaking the terminal
[prosody.git] / plugins / mod_pep.lua
index b2f2f8f34d297590fbbc881516cd038a624dc1dd..c42876b85d360c767f11440491d2e0087933392f 100644 (file)
@@ -291,7 +291,7 @@ module:hook("account-disco-items", function(event)
 
        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);