Uses of Interface
rocks.xmpp.core.stanza.InboundPresenceHandler
-
Packages that use InboundPresenceHandler Package Description rocks.xmpp.extensions.caps Provides classes for XEP-0115: Entity Capabilities.rocks.xmpp.extensions.caps.client rocks.xmpp.extensions.caps2 rocks.xmpp.extensions.caps2.client 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.vcard.avatar Provides classes for XEP-0153: vCard-Based Avatars. -
-
Uses of InboundPresenceHandler in rocks.xmpp.extensions.caps
Classes in rocks.xmpp.extensions.caps that implement InboundPresenceHandler Modifier and Type Class Description class
AbstractEntityCapabilities1Protocol
Abstract base class for the original Entity Capabilities protocol (XEP-0115: Entity Capabilities).class
AbstractEntityCapabilitiesProtocol<T extends EntityCapabilities>
Base class for the Entity Capabilities protocols. -
Uses of InboundPresenceHandler in rocks.xmpp.extensions.caps.client
Classes in rocks.xmpp.extensions.caps.client that implement InboundPresenceHandler Modifier and Type Class Description class
ClientEntityCapabilities1Protocol
The Entity Caps protocol implementation from a client perspective. -
Uses of InboundPresenceHandler in rocks.xmpp.extensions.caps2
Classes in rocks.xmpp.extensions.caps2 that implement InboundPresenceHandler Modifier and Type Class Description class
AbstractEntityCapabilities2Protocol
Abstract base class for the second Entity Capabilities protocol (XEP-0390: Entity Capabilities 2.0). -
Uses of InboundPresenceHandler in rocks.xmpp.extensions.caps2.client
Classes in rocks.xmpp.extensions.caps2.client that implement InboundPresenceHandler Modifier and Type Class Description class
ClientEntityCapabilities2Protocol
The Entity Caps 2.0 protocol implementation from a client perspective. -
Uses of InboundPresenceHandler in rocks.xmpp.extensions.ping
Classes in rocks.xmpp.extensions.ping that implement InboundPresenceHandler Modifier and Type Class Description class
PingManager
This class implements the application-level ping mechanism as specified in XEP-0199: XMPP Ping. -
Uses of InboundPresenceHandler in rocks.xmpp.extensions.reach
Classes in rocks.xmpp.extensions.reach that implement InboundPresenceHandler 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 InboundPresenceHandler in rocks.xmpp.extensions.vcard.avatar
Classes in rocks.xmpp.extensions.vcard.avatar that implement InboundPresenceHandler Modifier and Type Class Description class
VCardBasedAvatarsProtocol
The implementation of XEP-0153: vCard-Based Avatars.
-