jingle/action-handlers.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Wed, 09 Jun 2010 04:11:26 +0200
changeset 17 24aa7414bafd
parent 15 61ffa66f8288
child 29 9215053e8fb0
permissions -rw-r--r--
Start the transport/app registering code. Fix various things.

#ifndef __JINGLE_ACTION_HANDLERS_H__
#define __JINGLE_ACTION_HANDLERS_H__ 1

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


void handle_session_initiate(LmMessage *m, JingleNode *jn);
void handle_session_terminate(LmMessage *m, JingleNode *jn);

#endif