| Package | Description |
|---|---|
| rocks.xmpp.extensions.jingle.model |
Provides XML schema implementations of XEP-0166: Jingle.
|
| rocks.xmpp.extensions.jingle.transports.ibb.model |
Provides XML schema implementations of XEP-0261: Jingle In-Band Bytestreams Transport Method.
|
| rocks.xmpp.extensions.jingle.transports.iceudp.model |
Provides XML schema implementations of XEP-0176: Jingle ICE-UDP Transport Method.
|
| rocks.xmpp.extensions.jingle.transports.s5b.model |
Provides XML schema implementations of XEP-0260: Jingle SOCKS5 Bytestreams Transport Method.
|
| Modifier and Type | Method and Description |
|---|---|
TransportMethod |
Jingle.Content.getTransportMethod()
Gets the transport method.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InBandByteStreamsTransportMethod
The implementation of the
<transport/> element in the urn:xmpp:jingle:transports:ibb:1 namespace. |
| Modifier and Type | Class and Description |
|---|---|
class |
IceUdpTransportMethod |
| Modifier and Type | Class and Description |
|---|---|
class |
S5bTransportMethod
The implementation of the
<transport/> element in the urn:xmpp:jingle:transports:s5b:1 namespace. |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.