jingle/jingle.h
changeset 74 7f0e16bb1768
parent 72 277778138b4b
child 75 bd48c89b0a3d
--- a/jingle/jingle.h	Mon Jul 26 01:17:48 2010 +0200
+++ b/jingle/jingle.h	Mon Jul 26 02:33:27 2010 +0200
@@ -4,6 +4,7 @@
 #include <glib.h>
 #include <loudmouth/loudmouth.h>
 
+
 #define NS_JINGLE "urn:xmpp:jingle:1"
 #define NS_JINGLE_ERRORS "urn:xmpp:jingle:errors:1"
 
@@ -138,5 +139,10 @@
 void handle_trans_data(const gchar *xmlns, gconstpointer data, const gchar *data2, guint len);
 
 gchar *new_sid(void);
+
+void jingle_handle_app(JingleSession *sess, const gchar *name,
+                       const gchar *xmlns_app, gconstpointer app,
+                       const gchar *to);
+
                                          
 #endif