jingle/action-handlers.h
author Mikael Berthe <mikael@lilotux.net>
Sun, 27 Mar 2011 21:35:45 +0200
changeset 170 2af5b8872201
parent 165 763c26abd99d
permissions -rw-r--r--
Sync with new API

#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);
void handle_transport_info(JingleNode *jn);

#endif