Package rocks.xmpp.extensions.rtt
Provides classes for 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 InboundRealTimeMessage An inbound real-time message.OutboundRealTimeMessage An outbound real-time message.RealTimeMessageEvent This event notifies listeners, when a real-time message has been created.RealTimeTextActivationEvent This event notifies listeners, when a real-time message has been created.RealTimeTextChangeEvent This event notifies listeners, when a message has been successfully updated.RealTimeTextManager Manages In-Band Real Time Text.