jingle/action-handlers.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Mon, 16 Aug 2010 02:55:00 +0200
changeset 130 da01e4b2d7fa
parent 111 76ce876f7935
child 165 763c26abd99d
permissions -rw-r--r--
Fix jingle_ibb_handle_ack_iq_send, keep the JingleIBB in a hash table.

#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