Jingle definitions for chan_jingle. More...
Go to the source code of this file.
Macros | |
#define | GOOGLE_ACCEPT "accept" |
#define | GOOGLE_AUDIO_NS "http://www.google.com/session/phone" |
#define | GOOGLE_JINGLE_NS "urn:xmpp:jingle:1" |
#define | GOOGLE_NEGOTIATE "candidates" |
#define | GOOGLE_NODE "session" |
#define | GOOGLE_NS "http://www.google.com/session" |
#define | GOOGLE_SID "id" |
#define | GOOGLE_TRANSPORT_NS "http://www.google.com/transport/p2p" |
#define | GOOGLE_VIDEO_NS "http://www.google.com/session/video" |
#define | JINGLE_ACCEPT "session-accept" |
#define | JINGLE_AUDIO_RTP_NS "urn:xmpp:tmp:jingle:apps:audio-rtp" |
#define | JINGLE_DTMF_NS "urn:xmpp:tmp:jingle:dtmf" |
#define | JINGLE_ICE_UDP_NS "urn:xmpp:tmp:jingle:transports:ice-udp" |
#define | JINGLE_INFO "session-info" |
#define | JINGLE_INITIATE "session-initiate" |
#define | JINGLE_NEGOTIATE "transport-info" |
#define | JINGLE_NODE "jingle" |
#define | JINGLE_NS "urn:xmpp:tmp:jingle" |
#define | JINGLE_SID "sid" |
#define | JINGLE_TERMINATE "session-terminate" |
#define | JINGLE_VIDEO_RTP_NS "urn:xmpp:tmp:jingle:apps:video" |
#define GOOGLE_AUDIO_NS "http://www.google.com/session/phone" |
Definition at line 48 of file jingle.h.
Referenced by gtalk_invite().
#define GOOGLE_JINGLE_NS "urn:xmpp:jingle:1" |
Definition at line 47 of file jingle.h.
Referenced by gtalk_load_config().
#define GOOGLE_NS "http://www.google.com/session" |
Definition at line 46 of file jingle.h.
Referenced by gtalk_action(), gtalk_create_candidates(), gtalk_create_member(), gtalk_invite(), and gtalk_load_config().
#define GOOGLE_TRANSPORT_NS "http://www.google.com/transport/p2p" |
Definition at line 50 of file jingle.h.
Referenced by gtalk_create_candidates(), and gtalk_invite().
#define GOOGLE_VIDEO_NS "http://www.google.com/session/video" |
#define JINGLE_ACCEPT "session-accept" |
Definition at line 57 of file jingle.h.
Referenced by jingle_accept_call(), and jingle_parser().
#define JINGLE_AUDIO_RTP_NS "urn:xmpp:tmp:jingle:apps:audio-rtp" |
Definition at line 41 of file jingle.h.
Referenced by jingle_accept_call(), jingle_newcall(), and jingle_transmit_invite().
#define JINGLE_DTMF_NS "urn:xmpp:tmp:jingle:dtmf" |
Definition at line 44 of file jingle.h.
Referenced by jingle_digit(), and jingle_load_config().
#define JINGLE_ICE_UDP_NS "urn:xmpp:tmp:jingle:transports:ice-udp" |
Definition at line 43 of file jingle.h.
Referenced by jingle_create_candidates(), and jingle_transmit_invite().
#define JINGLE_INFO "session-info" |
Definition at line 63 of file jingle.h.
Referenced by jingle_parser().
#define JINGLE_INITIATE "session-initiate" |
Definition at line 55 of file jingle.h.
Referenced by jingle_parser(), and jingle_transmit_invite().
#define JINGLE_NEGOTIATE "transport-info" |
Definition at line 60 of file jingle.h.
Referenced by jingle_create_candidates(), and jingle_parser().
#define JINGLE_NODE "jingle" |
Definition at line 37 of file jingle.h.
Referenced by jingle_accept_call(), jingle_add_candidate(), jingle_create_candidates(), jingle_handle_dtmf(), jingle_hangup_farend(), jingle_is_answered(), jingle_newcall(), jingle_parser(), and jingle_transmit_invite().
#define JINGLE_NS "urn:xmpp:tmp:jingle" |
Definition at line 40 of file jingle.h.
Referenced by jingle_accept_call(), jingle_action(), jingle_create_candidates(), jingle_create_member(), jingle_digit(), jingle_load_config(), and jingle_transmit_invite().
#define JINGLE_SID "sid" |
Definition at line 52 of file jingle.h.
Referenced by jingle_accept_call(), jingle_action(), jingle_add_candidate(), jingle_create_candidates(), jingle_handle_dtmf(), jingle_hangup_farend(), jingle_is_answered(), jingle_newcall(), and jingle_transmit_invite().
#define JINGLE_TERMINATE "session-terminate" |
Definition at line 64 of file jingle.h.
Referenced by jingle_hangup(), and jingle_parser().
#define JINGLE_VIDEO_RTP_NS "urn:xmpp:tmp:jingle:apps:video" |
Definition at line 42 of file jingle.h.
Referenced by jingle_newcall().