jingle/jingle.h
changeset 32 72bbe33f151a
parent 31 02f5698ffa49
child 33 92e92ce901e7
equal deleted inserted replaced
31:02f5698ffa49 32:72bbe33f151a
    92   JingleSenders senders;
    92   JingleSenders senders;
    93 
    93 
    94   /* each content element (must) contain one description
    94   /* each content element (must) contain one description
    95    * child element that specifies a desired application.
    95    * child element that specifies a desired application.
    96    * the content of this node is app specific. */
    96    * the content of this node is app specific. */
    97   gconstpointer description;
    97   LmMessageNode *description;
    98 
    98 
    99   /* each content element (must) contain one transport
    99   /* each content element (must) contain one transport
   100    * child element that specifies a potential transport
   100    * child element that specifies a potential transport
   101    * method */
   101    * method */
   102   gconstpointer transport;
   102   LmMessageNode *transport;
   103   
       
   104   const gchar *xmlns_desc;
       
   105   const gchar *xmlns_trans;
       
   106 
   103 
   107 } JingleContent;
   104 } JingleContent;
   108 
   105 
   109 struct JingleActionList {
   106 struct JingleActionList {
   110   const gchar  *name;
   107   const gchar  *name;