jingle/action-handlers.h
author Gu1 <gu1@aeroxteam.fr>
Fri, 27 Aug 2010 11:19:32 +0200
changeset 163 a4c75fe75869
parent 111 76ce876f7935
child 165 763c26abd99d
permissions -rw-r--r--
Fix the segfault when unloading the S5B module, by loading gio manually committer: Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>

#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_accept(JingleNode *jn);
void handle_session_info(JingleNode *jn);
void handle_session_initiate(JingleNode *jn);
void handle_session_terminate(JingleNode *jn);

#endif