Uses of Interface
rocks.xmpp.core.stanza.InboundMessageHandler
-
Packages that use InboundMessageHandler Package Description rocks.xmpp.extensions.avatar Provides classes for XEP-0084: User Avatar.rocks.xmpp.extensions.bytestreams.ibb Provide classes for XEP-0047: In-Band Bytestreams.rocks.xmpp.extensions.chatstates Provides classes for XEP-0085: Chat State Notifications.rocks.xmpp.extensions.httpauth Provides classes for XEP-0070: Verifying HTTP Requests via XMPP.rocks.xmpp.extensions.muc Provides classes for XEP-0045: Multi-User Chat.rocks.xmpp.extensions.ping Provides classes for XEP-0199: XMPP Ping.rocks.xmpp.extensions.reach Provides classes for XEP-0152: Reachability Addresses.rocks.xmpp.extensions.receipts Provides classes for XEP-0184: Message Delivery Receipts.rocks.xmpp.extensions.rosterx Provides classes for XEP-0144: Roster Item Exchange.rocks.xmpp.extensions.rtt Provides classes for XEP-0301: In-Band Real Time Text. -
-
Uses of InboundMessageHandler in rocks.xmpp.extensions.avatar
Classes in rocks.xmpp.extensions.avatar that implement InboundMessageHandler Modifier and Type Class Description class
UserAvatarProtocol
The implementation of XEP-0084: User Avatar. -
Uses of InboundMessageHandler in rocks.xmpp.extensions.bytestreams.ibb
Classes in rocks.xmpp.extensions.bytestreams.ibb that implement InboundMessageHandler Modifier and Type Class Description class
InBandByteStreamManager
A manager for XEP-0047: In-Band Bytestreams. -
Uses of InboundMessageHandler in rocks.xmpp.extensions.chatstates
Classes in rocks.xmpp.extensions.chatstates that implement InboundMessageHandler 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 InboundMessageHandler in rocks.xmpp.extensions.httpauth
Classes in rocks.xmpp.extensions.httpauth that implement InboundMessageHandler Modifier and Type Class Description class
HttpAuthenticationManager
This manager allows to listen for inbound requests (by an XMPP server) to confirm that the current XMPP user made an HTTP request, i.e. to verify that the HTTP request was in fact made by the XMPP user. -
Uses of InboundMessageHandler in rocks.xmpp.extensions.muc
Classes in rocks.xmpp.extensions.muc that implement InboundMessageHandler Modifier and Type Class Description class
MultiUserChatManager
Manages Multi-User Chat. -
Uses of InboundMessageHandler in rocks.xmpp.extensions.ping
Classes in rocks.xmpp.extensions.ping that implement InboundMessageHandler Modifier and Type Class Description class
PingManager
This class implements the application-level ping mechanism as specified in XEP-0199: XMPP Ping. -
Uses of InboundMessageHandler in rocks.xmpp.extensions.reach
Classes in rocks.xmpp.extensions.reach that implement InboundMessageHandler Modifier and Type Class Description class
ReachabilityManager
Allows to query for reachability addresses of another contact, automatically responds to reachability queries and notifies Consumers, when the reachability of a contact has changed either via presence or PEP. -
Uses of InboundMessageHandler in rocks.xmpp.extensions.receipts
Classes in rocks.xmpp.extensions.receipts that implement InboundMessageHandler Modifier and Type Class Description class
MessageDeliveryReceiptsManager
The implementation of XEP-0184: Message Delivery Receipts. -
Uses of InboundMessageHandler in rocks.xmpp.extensions.rosterx
Classes in rocks.xmpp.extensions.rosterx that implement InboundMessageHandler Modifier and Type Class Description class
ContactExchangeManager
Manages contact exchange between entities. -
Uses of InboundMessageHandler in rocks.xmpp.extensions.rtt
Classes in rocks.xmpp.extensions.rtt that implement InboundMessageHandler Modifier and Type Class Description class
RealTimeTextManager
Manages In-Band Real Time Text.
-