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