| Package | Description |
|---|---|
| rocks.xmpp.extensions.jingle.apps.filetransfer.model |
Provides XML schema implementations of XEP-0234: Jingle File Transfer.
|
| rocks.xmpp.extensions.jingle.apps.rtp.model |
Provides XML schema implementations of XEP-0167: Jingle RTP Sessions.
|
| rocks.xmpp.extensions.jingle.model |
Provides XML schema implementations of XEP-0166: Jingle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JingleFileTransfer |
| Modifier and Type | Class and Description |
|---|---|
class |
Rtp
The implementation of the
<description/> element in the urn:xmpp:jingle:apps:rtp:1 namespace. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFormat |
Jingle.Content.getApplicationFormat()
Gets the application type.
|
| Constructor and Description |
|---|
Content(String name,
Jingle.Content.Creator creator,
ApplicationFormat applicationFormat,
TransportMethod transportMethod)
Creates a content element.
|
Content(String name,
Jingle.Content.Creator creator,
ApplicationFormat applicationFormat,
TransportMethod transportMethod,
String disposition,
Jingle.Content.Senders senders)
Creates a content element.
|
Copyright © 2014–2016 XMPP.rocks. All rights reserved.