jingle/action-handlers.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Thu, 08 Jul 2010 14:03:40 +0200
changeset 39 405518ad71de
parent 38 121e5ae7c1e5
child 45 c007e112dd54
permissions -rw-r--r--
handle content accept

#ifndef __JINGLE_ACTION_HANDLERS_H__
#define __JINGLE_ACTION_HANDLERS_H__ 1

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

void handle_content_accept(LmMessage *m, JingleNode *jn);
void handle_content_add(LmMessage *m, JingleNode *jn);
void handle_content_reject(LmMessage *m, JingleNode *jn);
void handle_content_remove(LmMessage *m, JingleNode *jn);
void handle_session_initiate(LmMessage *m, JingleNode *jn);
void handle_session_terminate(LmMessage *m, JingleNode *jn);
#endif