jingle/send.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Sun, 03 Oct 2010 22:01:59 +0200
changeset 169 9aee866bdb9a
parent 119 0b9a7b505079
permissions -rw-r--r--
JFT: when no ressource, change state from PENDING to ERROR

#ifndef __SEND_H__
#define __SEND_H__ 1

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

#include <jingle/jingle.h>
#include <jingle/sessions.h>

void jingle_send_session_terminate(JingleSession *js, const gchar *reason);
void jingle_send_session_initiate(JingleSession *js);
void jingle_send_session_accept(JingleSession *js);

#endif