Uses of Interface
rocks.xmpp.core.stanza.OutboundMessageHandler
-
Packages that use OutboundMessageHandler Package Description rocks.xmpp.extensions.chatstates Provides classes for XEP-0085: Chat State Notifications.rocks.xmpp.extensions.receipts Provides classes for XEP-0184: Message Delivery Receipts. -
-
Uses of OutboundMessageHandler in rocks.xmpp.extensions.chatstates
Classes in rocks.xmpp.extensions.chatstates that implement OutboundMessageHandler Modifier and Type Class Description class
ChatStateManager
This class manages Chat State Notifications, which are used to communicate the status of a user in a chat session, thus indicating whether a chat partner is actively engaged in the chat, composing a message, temporarily paused, inactive, or gone. -
Uses of OutboundMessageHandler in rocks.xmpp.extensions.receipts
Classes in rocks.xmpp.extensions.receipts that implement OutboundMessageHandler Modifier and Type Class Description class
MessageDeliveryReceiptsManager
The implementation of XEP-0184: Message Delivery Receipts.
-