Package | Description |
---|---|
org.jivesoftware.smackx.jingleold |
TODO describe me.
|
org.jivesoftware.smackx.jingleold.listeners |
TODO describe me.
|
Modifier and Type | Method and Description |
---|---|
JingleSession |
JingleManager.createIncomingJingleSession(JingleSessionRequest request)
When the session request is acceptable, this method should be invoked.
|
Constructor and Description |
---|
JingleSession(XMPPConnection conn,
JingleSessionRequest request,
Jid initiator,
Jid responder,
List<JingleMediaManager> jingleMediaManagers)
JingleSession constructor (for an outgoing Jingle session).
|
Modifier and Type | Method and Description |
---|---|
void |
JingleSessionRequestListener.sessionRequested(JingleSessionRequest request)
A request to start a session has been received from another user.
|