Package | Description |
---|---|
org.jivesoftware.smackx.jingle | |
org.jivesoftware.smackx.jingle.listeners |
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,
String initiator,
String 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 recieved from another user.
|