jingle/send.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Fri, 30 Jul 2010 00:03:48 +0200
changeset 79 a654afc4a74a
parent 36 c300f2af08d0
child 89 88bb2d0f9ff8
permissions -rw-r--r--
Function to detect which jid resource support jingle.

#ifndef __SEND_H__
#define __SEND_H__ 1

#include <glib.h>
#include <loudmouth/loudmouth.h>


void jingle_send_session_terminate(JingleNode *jn, const gchar *reason);

#endif