Uses of Interface
rocks.xmpp.core.stanza.OutboundPresenceHandler
-
Packages that use OutboundPresenceHandler Package Description rocks.xmpp.extensions.caps.client rocks.xmpp.extensions.caps2.client 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 OutboundPresenceHandler in rocks.xmpp.extensions.caps.client
Classes in rocks.xmpp.extensions.caps.client that implement OutboundPresenceHandler Modifier and Type Class Description class
ClientEntityCapabilities1Protocol
The Entity Caps protocol implementation from a client perspective.class
ClientEntityCapabilitiesSupport
Helper class to add entity capabilities to outbound presence. -
Uses of OutboundPresenceHandler in rocks.xmpp.extensions.caps2.client
Classes in rocks.xmpp.extensions.caps2.client that implement OutboundPresenceHandler Modifier and Type Class Description class
ClientEntityCapabilities2Protocol
The Entity Caps 2.0 protocol implementation from a client perspective. -
Uses of OutboundPresenceHandler in rocks.xmpp.extensions.reach
Classes in rocks.xmpp.extensions.reach that implement OutboundPresenceHandler 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 OutboundPresenceHandler in rocks.xmpp.extensions.vcard.avatar
Classes in rocks.xmpp.extensions.vcard.avatar that implement OutboundPresenceHandler Modifier and Type Class Description class
VCardBasedAvatarsProtocol
The implementation of XEP-0153: vCard-Based Avatars.
-