Package rocks.xmpp.extensions.rtt.model
Provides XML schema implementations of XEP-0301: In-Band Real
Time Text.
It is a specification for real-time text transmitted in-band over an XMPP session. Real-time text is text transmitted instantly while it is being typed or created.
-
Class Summary Class Description RealTimeText The implementation of the<rtt/>
element in theurn:xmpp:rtt:0
namespace.RealTimeText.Action An abstract base class for all three RTT actions.RealTimeText.EraseText The implementation of the<e/>
element.RealTimeText.InsertText The implementation of the<t/>
element.RealTimeText.WaitInterval The implementation of the<w/>
element. -
Enum Summary Enum Description RealTimeText.Event The real-time text event.