#include <jinglesession.h>
Inherits IqHandler.
Inheritance diagram for Session:

Public Types | |
| enum | State |
Public Member Functions | |
| virtual | ~Session () |
| void | addContent (Content *content) |
| virtual bool | handleIq (const IQ &iq) |
| virtual void | handleIqID (const IQ &iq, int context) |
Classes | |
| class | Jingle |
| This is an implementation of XEP-0166 (Jingle) as a StanzaExtension. More... | |
Beware! The classes in the Jingle namespace implement the signaling part of Jingle only. At this point, there is no support for actually establishing any connection to a remote entity, nor for transfering any media in any way whatsoever.
XEP Version: 0.25
Definition at line 76 of file jinglesession.h.
|
|
Session state. Definition at line 83 of file jinglesession.h. |
|
|
Virtual Destructor. Definition at line 105 of file jinglesession.cpp. |
|
|
Use this function to add a new Jingle Content Type to this Session. A Content Type consists of a Description (Application Format), e.g. AudioRTP, and a Transport, e.g. ICEUDP. This enables the Session to offer that Content Type to the peer.
Definition at line 207 of file jinglesession.h. |
|
|
Reimplement this function if you want to be notified about incoming IQs.
Implements IqHandler. Definition at line 154 of file jinglesession.cpp. |
|
||||||||||||
|
Reimplement this function if you want to be notified about incoming IQs with a specific value of the
Implements IqHandler. Definition at line 169 of file jinglesession.cpp. |
1.4.1