| Package | Description |
|---|---|
| rocks.xmpp.extensions.jingle |
Provides classes for XEP-0166: Jingle.
|
| rocks.xmpp.extensions.jingle.model |
Provides XML schema implementations of XEP-0166: Jingle.
|
| Modifier and Type | Method and Description |
|---|---|
Jingle |
JingleEvent.getJingle() |
| Modifier and Type | Method and Description |
|---|---|
static Jingle |
Jingle.initiator(rocks.xmpp.addr.Jid initiator,
String sessionId,
Jingle.Action action,
List<Jingle.Content> contents) |
static Jingle |
Jingle.responder(rocks.xmpp.addr.Jid responder,
String sessionId,
Jingle.Action action,
List<Jingle.Content> contents) |
Copyright © 2014–2017 XMPP.rocks. All rights reserved.