jingle/jingle.c
changeset 68 ae8b0d03887e
parent 67 c12618793df0
child 70 54e86a92fe7f
--- a/jingle/jingle.c	Fri Jul 23 03:23:23 2010 +0200
+++ b/jingle/jingle.c	Fri Jul 23 04:50:57 2010 +0200
@@ -408,11 +408,11 @@
    
   xmlns =  lm_message_node_get_attribute(content->transport, "xmlns");
   tfunc = jingle_get_transportfuncs(xmlns);
-  tfunc->handle(tfunc->check(content, NULL), node);
+  //tfunc->handle(tfunc->check(content, NULL), node);
 
   xmlns =  lm_message_node_get_attribute(content->description, "xmlns");
   afunc = jingle_get_appfuncs(xmlns);
-  afunc->handle(afunc->check(content, NULL), node);
+  //afunc->handle(afunc->check(content, NULL), node);
 }
 
 void handle_trans_data(const gchar *xmlns, gconstpointer data, const gchar *data2, guint len)