jingle/jingle.h
changeset 25 11694a99f84b
parent 23 9367e144e626
child 26 af14f8f5a2b6
equal deleted inserted replaced
24:c80439433dd7 25:11694a99f84b
    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   LmMessageNode *description;
    97   gconstpointer *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   LmMessageNode *transport;
   102   gconstpointer *transport;
       
   103   
       
   104   const gchar *xmlns_desc;
       
   105   const gchar *xmlns_trans;
   103 
   106 
   104 } JingleContent;
   107 } JingleContent;
   105 
   108 
   106 struct JingleActionList {
   109 struct JingleActionList {
   107   const gchar  *name;
   110   const gchar  *name;