jingle/jingle.h
changeset 32 72bbe33f151a
parent 31 02f5698ffa49
child 33 92e92ce901e7
--- a/jingle/jingle.h	Mon Jul 05 00:52:27 2010 +0200
+++ b/jingle/jingle.h	Tue Jul 06 02:21:33 2010 +0200
@@ -94,15 +94,12 @@
   /* each content element (must) contain one description
    * child element that specifies a desired application.
    * the content of this node is app specific. */
-  gconstpointer description;
+  LmMessageNode *description;
 
   /* each content element (must) contain one transport
    * child element that specifies a potential transport
    * method */
-  gconstpointer transport;
-  
-  const gchar *xmlns_desc;
-  const gchar *xmlns_trans;
+  LmMessageNode *transport;
 
 } JingleContent;