jingle/jingle.h
changeset 22 a089f2f49e9f
parent 21 147f131382dd
child 23 9367e144e626
equal deleted inserted replaced
21:147f131382dd 22:a089f2f49e9f
    41 
    41 
    42 typedef struct {
    42 typedef struct {
    43   /* pointer to the original LmMessage */
    43   /* pointer to the original LmMessage */
    44   LmMessage *message;
    44   LmMessage *message;
    45 
    45 
    46   /* poiter to the <jingle> element */
    46   /* pointer to the <jingle> element */
    47   LmMessageNode *node;
    47   LmMessageNode *node;
    48 
    48 
    49   /* action attribute */
    49   /* action attribute */
    50   JingleAction action;
    50   JingleAction action;
    51 
    51 
   114 void jingle_send_iq_error(LmMessage *m, const gchar *errtype,
   114 void jingle_send_iq_error(LmMessage *m, const gchar *errtype,
   115                           const gchar *cond, const gchar *jinglecond);
   115                           const gchar *cond, const gchar *jinglecond);
   116 void jingle_ack_iq(LmMessage *m);
   116 void jingle_ack_iq(LmMessage *m);
   117 JingleAction jingle_action_from_str(const gchar* string);
   117 JingleAction jingle_action_from_str(const gchar* string);
   118 
   118 
       
   119 LmMessageNode* get_lm_from_jingle_struct(const JingleNode* elem)
       
   120 void get_lm_from_content_struct(gpointer data, gpointer userdata)
       
   121 LmMessageNode* dup_lm_message_node(const LmMessageNode* src)
   119 #endif
   122 #endif