| Package | Description |
|---|---|
| rocks.xmpp.extensions.jingle |
Provides classes for XEP-0166: Jingle.
|
| rocks.xmpp.extensions.jingle.apps.filetransfer |
Provides classes for XEP-0234: Jingle File Transfer.
|
| Modifier and Type | Method and Description |
|---|---|
JingleSession |
JingleEvent.accept() |
JingleSession |
JingleManager.createSession(Jid responder,
java.lang.String sessionId,
Jingle.Content... contents) |
| Modifier and Type | Method and Description |
|---|---|
void |
JingleManager.registerApplicationFormat(java.lang.Class<? extends ApplicationFormat> applicationFormat,
java.util.function.Consumer<JingleSession> consumer) |
| Constructor and Description |
|---|
JingleFileTransferSession(JingleSession jingleSession) |
Copyright © 2014–2019 XMPP.rocks. All rights reserved.