util.dataforms: Fix form verification
[prosody.git] / util / stanza.lua
index 4c2a7143b59e4712d26b63ec664e7ac587d0acc5..600212a4d252470ee5dde1e6488ad8c0992da496 100644 (file)
@@ -4,7 +4,7 @@
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- 
+--
 
 
 local t_insert      =  table.insert;
@@ -258,11 +258,6 @@ function stanza_mt.get_error(stanza)
        return type, condition or "undefined-condition", text;
 end
 
-function stanza_mt.__add(s1, s2)
-       return s1:add_direct_child(s2);
-end
-
-
 do
        local id = 0;
        function new_id()