Package | Description |
---|---|
rocks.xmpp.extensions.rtt.model |
Provides XML schema implementations of XEP-0301: In-Band Real Time Text.
|
Modifier and Type | Method and Description |
---|---|
RealTimeText.Event |
RealTimeText.getEvent()
Gets the event.
|
static RealTimeText.Event |
RealTimeText.Event.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RealTimeText.Event[] |
RealTimeText.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RealTimeText(RealTimeText.Event event,
java.util.Collection<RealTimeText.Action> actions,
int sequence,
java.lang.String id)
Creates a
<rtt/> element. |
Copyright © 2014–2019 XMPP.rocks. All rights reserved.