jingle/action-handlers.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Sat, 10 Jul 2010 00:33:19 +0200
changeset 45 c007e112dd54
parent 39 405518ad71de
child 96 3922f5c96973
permissions -rw-r--r--
Delete LmMessage * in handlers

#ifndef __JINGLE_ACTION_HANDLERS_H__
#define __JINGLE_ACTION_HANDLERS_H__ 1

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

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