jingle/action-handlers.h
changeset 111 76ce876f7935
parent 96 3922f5c96973
child 165 763c26abd99d
equal deleted inserted replaced
110:c0341c164405 111:76ce876f7935
     2 #define __JINGLE_ACTION_HANDLERS_H__ 1
     2 #define __JINGLE_ACTION_HANDLERS_H__ 1
     3 
     3 
     4 #include <glib.h>
     4 #include <glib.h>
     5 #include <loudmouth/loudmouth.h>
     5 #include <loudmouth/loudmouth.h>
     6 
     6 
       
     7 
     7 void handle_content_accept(JingleNode *jn);
     8 void handle_content_accept(JingleNode *jn);
     8 void handle_content_add(JingleNode *jn);
     9 void handle_content_add(JingleNode *jn);
     9 void handle_content_reject(JingleNode *jn);
    10 void handle_content_reject(JingleNode *jn);
    10 void handle_content_remove(JingleNode *jn);
    11 void handle_content_remove(JingleNode *jn);
    11 void handle_session_accept(JingleNode *jn);
    12 void handle_session_accept(JingleNode *jn);
       
    13 void handle_session_info(JingleNode *jn);
    12 void handle_session_initiate(JingleNode *jn);
    14 void handle_session_initiate(JingleNode *jn);
    13 void handle_session_terminate(JingleNode *jn);
    15 void handle_session_terminate(JingleNode *jn);
       
    16 
    14 #endif
    17 #endif