Package | Description |
---|---|
org.jivesoftware.smackx.jingle |
Smack's API for XEP-0166: Jingle.
|
Modifier and Type | Field and Description |
---|---|
protected Role |
JingleSession.role |
Modifier and Type | Method and Description |
---|---|
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JingleSession(FullJid initiator,
FullJid responder,
Role role,
String sid) |
JingleSession(FullJid initiator,
FullJid responder,
Role role,
String sid,
List<JingleContent> contents) |