| Package | Description |
|---|---|
| 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 |
|---|---|
static S5bTransportMethod |
S5bTransportMethod.activated(String sid,
String cid)
Creates a transport method with a
<activated/> element. |
static S5bTransportMethod |
S5bTransportMethod.candidateError(String sid)
Creates a transport method with a
<candidate-error/> element. |
static S5bTransportMethod |
S5bTransportMethod.candidateUsed(String sid,
String cid)
Creates a transport method with a
<candidate-used/> element. |
static S5bTransportMethod |
S5bTransportMethod.proxyError(String sid)
Creates a transport method with a
<proxy-error/> element. |
Copyright © 2014–2018 XMPP.rocks. All rights reserved.