public final class RealTimeText extends Object
<rtt/> element in the urn:xmpp:rtt:0 namespace.| Modifier and Type | Class and Description |
|---|---|
static class |
RealTimeText.Action |
static class |
RealTimeText.EraseText
The implementation of the
<e/> element. |
static class |
RealTimeText.Event |
static class |
RealTimeText.InsertText
The implementation of the
<e/> element. |
static class |
RealTimeText.WaitInterval
The implementation of the
<w/> element. |
| Constructor and Description |
|---|
RealTimeText() |
RealTimeText(RealTimeText.Event event) |
| Modifier and Type | Method and Description |
|---|---|
List<RealTimeText.Action> |
getActions() |
RealTimeText.Event |
getEvent() |
Long |
getSequence() |
public static final String NAMESPACE
public RealTimeText()
public RealTimeText(RealTimeText.Event event)
public RealTimeText.Event getEvent()
public Long getSequence()
public List<RealTimeText.Action> getActions()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.