Uses of Interface
rocks.xmpp.extensions.disco.model.info.DiscoverableInfo
-
-
Uses of DiscoverableInfo in rocks.xmpp.core.session
Classes in rocks.xmpp.core.session that implement DiscoverableInfo Modifier and Type Class Description class
Extension
Represents an XMPP protocol extension (XEP). -
Uses of DiscoverableInfo in rocks.xmpp.extensions.avatar
Classes in rocks.xmpp.extensions.avatar that implement DiscoverableInfo Modifier and Type Class Description class
UserAvatarProtocol
The implementation of XEP-0084: User Avatar. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.blocking
Classes in rocks.xmpp.extensions.blocking that implement DiscoverableInfo Modifier and Type Class Description class
BlockingManager
This manager allows to block communications with contacts. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.bytestreams.ibb
Classes in rocks.xmpp.extensions.bytestreams.ibb that implement DiscoverableInfo Modifier and Type Class Description class
InBandByteStreamManager
A manager for XEP-0047: In-Band Bytestreams. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.bytestreams.s5b
Classes in rocks.xmpp.extensions.bytestreams.s5b that implement DiscoverableInfo Modifier and Type Class Description class
Socks5ByteStreamManager
A manager for XEP-0065: SOCKS5 Bytestreams. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.caps
Classes in rocks.xmpp.extensions.caps that implement DiscoverableInfo 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.Methods in rocks.xmpp.extensions.caps that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfo
AbstractEntityCapabilitiesProtocol. getInfo(Jid to, Jid from, String node, Locale locale)
DiscoverableInfo
EntityCapabilitiesManager. readCapabilities(Hash hash)
Reads capabilities from a cache.DiscoverableInfo
EntityCapabilitiesManager. readEntityCapabilities(Jid entity)
Reads entity capabilities for an XMPP entity (JID).Methods in rocks.xmpp.extensions.caps that return types with arguments of type DiscoverableInfo Modifier and Type Method Description AsyncResult<DiscoverableInfo>
EntityCapabilitiesManager. discoverCapabilities(Jid jid)
Discovers capabilities for the given entity.Methods in rocks.xmpp.extensions.caps with parameters of type DiscoverableInfo Modifier and Type Method Description void
EntityCapabilitiesManager. writeCapabilities(Hash hash, DiscoverableInfo discoverableInfo)
Writes capabilities to the cache.void
EntityCapabilitiesManager. writeEntityCapabilities(Jid entity, DiscoverableInfo discoverableInfo)
Writes entity capabilities for an XMPP entity (JID). -
Uses of DiscoverableInfo in rocks.xmpp.extensions.caps.client
Classes in rocks.xmpp.extensions.caps.client that implement DiscoverableInfo Modifier and Type Class Description class
ClientEntityCapabilities1Protocol
The Entity Caps protocol implementation from a client perspective.Methods in rocks.xmpp.extensions.caps.client that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfo
ClientEntityCapabilitiesManager. readCapabilities(Hash hash)
DiscoverableInfo
ClientEntityCapabilitiesManager. readEntityCapabilities(Jid entity)
Methods in rocks.xmpp.extensions.caps.client that return types with arguments of type DiscoverableInfo Modifier and Type Method Description AsyncResult<DiscoverableInfo>
ClientEntityCapabilitiesManager. discoverCapabilities(Jid jid)
Discovers the capabilities of another XMPP entity.Methods in rocks.xmpp.extensions.caps.client with parameters of type DiscoverableInfo Modifier and Type Method Description void
ClientEntityCapabilitiesManager. writeCapabilities(Hash hash, DiscoverableInfo discoverableInfo)
void
ClientEntityCapabilitiesManager. writeEntityCapabilities(Jid entity, DiscoverableInfo discoverableInfo)
-
Uses of DiscoverableInfo in rocks.xmpp.extensions.caps.model
Methods in rocks.xmpp.extensions.caps.model with parameters of type DiscoverableInfo Modifier and Type Method Description byte[]
EntityCapabilities. createVerificationString(DiscoverableInfo discoverableInfo)
Creates an UTF-8 encoded verification string from a disco#info query.byte[]
EntityCapabilities1. createVerificationString(DiscoverableInfo discoverableInfo)
Constructors in rocks.xmpp.extensions.caps.model with parameters of type DiscoverableInfo Constructor Description EntityCapabilities1(String node, DiscoverableInfo discoverableInfo, MessageDigest messageDigest)
Creates an entity caps from discoverable info and hash function. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.caps2
Classes in rocks.xmpp.extensions.caps2 that implement DiscoverableInfo Modifier and Type Class Description class
AbstractEntityCapabilities2Protocol
Abstract base class for the second Entity Capabilities protocol (XEP-0390: Entity Capabilities 2.0). -
Uses of DiscoverableInfo in rocks.xmpp.extensions.caps2.client
Classes in rocks.xmpp.extensions.caps2.client that implement DiscoverableInfo Modifier and Type Class Description class
ClientEntityCapabilities2Protocol
The Entity Caps 2.0 protocol implementation from a client perspective. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.caps2.model
Methods in rocks.xmpp.extensions.caps2.model with parameters of type DiscoverableInfo Modifier and Type Method Description byte[]
EntityCapabilities2. createVerificationString(DiscoverableInfo discoverableInfo)
Constructors in rocks.xmpp.extensions.caps2.model with parameters of type DiscoverableInfo Constructor Description EntityCapabilities2(DiscoverableInfo discoverableInfo, MessageDigest... messageDigest)
-
Uses of DiscoverableInfo in rocks.xmpp.extensions.chatstates
Classes in rocks.xmpp.extensions.chatstates that implement DiscoverableInfo 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 DiscoverableInfo in rocks.xmpp.extensions.disco
Subinterfaces of DiscoverableInfo in rocks.xmpp.extensions.disco Modifier and Type Interface Description interface
ServiceDiscoveryManager
Classes in rocks.xmpp.extensions.disco that implement DiscoverableInfo Modifier and Type Class Description class
AbstractServiceDiscoveryManager
Methods in rocks.xmpp.extensions.disco that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfo
ServiceDiscoveryManager. getDefaultInfo()
Gets the root node.Methods in rocks.xmpp.extensions.disco that return types with arguments of type DiscoverableInfo Modifier and Type Method Description AsyncResult<DiscoverableInfo>
AbstractServiceDiscoveryManager. discoverInformation(Jid jid)
AsyncResult<DiscoverableInfo>
ServiceDiscoveryManager. discoverInformation(Jid jid)
Discovers information about another XMPP entity.AsyncResult<DiscoverableInfo>
ServiceDiscoveryManager. discoverInformation(Jid jid, String node)
Discovers information about another XMPP entity targeted at a specific node. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.disco.client
Classes in rocks.xmpp.extensions.disco.client that implement DiscoverableInfo Modifier and Type Class Description class
ClientServiceDiscoveryManager
Manages XEP-0030: Service Discovery.Methods in rocks.xmpp.extensions.disco.client that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfo
ClientServiceDiscoveryManager. getDefaultInfo()
Methods in rocks.xmpp.extensions.disco.client that return types with arguments of type DiscoverableInfo Modifier and Type Method Description AsyncResult<DiscoverableInfo>
ClientServiceDiscoveryManager. discoverInformation(Jid jid, String node)
Discovers information about another XMPP entity targeted at a specific node.Methods in rocks.xmpp.extensions.disco.client with parameters of type DiscoverableInfo Modifier and Type Method Description void
ClientServiceDiscoveryManager. addInfo(DiscoverableInfo discoverableInfo)
Adds discoverable information to the root node. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.disco.model.info
Classes in rocks.xmpp.extensions.disco.model.info that implement DiscoverableInfo Modifier and Type Class Description class
InfoDiscovery
The implementation of the<query/>
element in thehttp://jabber.org/protocol/disco#info
namespace.Methods in rocks.xmpp.extensions.disco.model.info that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfo
InfoProvider. getInfo(Jid to, Jid from, String node, Locale locale)
Gets the info appropriate to the given parameters. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.forward
Classes in rocks.xmpp.extensions.forward that implement DiscoverableInfo Modifier and Type Class Description class
StanzaForwardingManager
This manager allows forwarding stanzas to other XMPP entities. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.hashes
Classes in rocks.xmpp.extensions.hashes that implement DiscoverableInfo Modifier and Type Class Description class
CryptographicHashFunctionsProtocol
Represents the XEP-0300: Use of Cryptographic Hash Functions in XMPP. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.last
Classes in rocks.xmpp.extensions.last that implement DiscoverableInfo Modifier and Type Class Description class
LastActivityManager
The implementation of XEP-0012: Last Activity and XEP-0256: Last Activity in Presence. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.muc
Classes in rocks.xmpp.extensions.muc that implement DiscoverableInfo Modifier and Type Class Description class
MultiUserChatManager
Manages Multi-User Chat. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.ping
Classes in rocks.xmpp.extensions.ping that implement DiscoverableInfo Modifier and Type Class Description class
PingManager
This class implements the application-level ping mechanism as specified in XEP-0199: XMPP Ping. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.ping.handler
Classes in rocks.xmpp.extensions.ping.handler that implement DiscoverableInfo Modifier and Type Class Description class
PingHandler
Handles an XMPP-level ping request, by returning a pong. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.reach
Classes in rocks.xmpp.extensions.reach that implement DiscoverableInfo 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 DiscoverableInfo in rocks.xmpp.extensions.receipts
Classes in rocks.xmpp.extensions.receipts that implement DiscoverableInfo Modifier and Type Class Description class
MessageDeliveryReceiptsManager
The implementation of XEP-0184: Message Delivery Receipts. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.rosterx
Classes in rocks.xmpp.extensions.rosterx that implement DiscoverableInfo Modifier and Type Class Description class
ContactExchangeManager
Manages contact exchange between entities. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.rpc
Classes in rocks.xmpp.extensions.rpc that implement DiscoverableInfo Modifier and Type Class Description class
AbstractRpcManager
This manager allows you to call remote procedures and handle inbound calls, if enabled. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.rpc.client
Classes in rocks.xmpp.extensions.rpc.client that implement DiscoverableInfo Modifier and Type Class Description class
ClientRpcManager
This manager allows you to call remote procedures and handle inbound calls, if enabled. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.rsm
Classes in rocks.xmpp.extensions.rsm that implement DiscoverableInfo Modifier and Type Class Description class
ResultSetManagementProtocol
Represents the XEP-0059: Result Set Management. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.rtt
Classes in rocks.xmpp.extensions.rtt that implement DiscoverableInfo Modifier and Type Class Description class
RealTimeTextManager
Manages In-Band Real Time Text. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.shim
Classes in rocks.xmpp.extensions.shim that implement DiscoverableInfo Modifier and Type Class Description class
StanzaHeadersAndInternetMetadataProtocol
Implementation of XEP-0131: Stanza Headers and Internet Metadata.Methods in rocks.xmpp.extensions.shim that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfo
StanzaHeadersAndInternetMetadataProtocol. getInfo(Jid to, Jid from, String node, Locale locale)
-
Uses of DiscoverableInfo in rocks.xmpp.extensions.shim.client
Classes in rocks.xmpp.extensions.shim.client that implement DiscoverableInfo Modifier and Type Class Description class
ClientHeaderManager
Manages support for XEP-0131: Stanza Headers and Internet Metadata. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.si
Classes in rocks.xmpp.extensions.si that implement DiscoverableInfo Modifier and Type Class Description class
StreamInitiationManager
-
Uses of DiscoverableInfo in rocks.xmpp.extensions.sm
Classes in rocks.xmpp.extensions.sm that implement DiscoverableInfo Modifier and Type Class Description class
AbstractStreamManager
Contains stream management logic which is shared between clients and servers. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.sm.client
Classes in rocks.xmpp.extensions.sm.client that implement DiscoverableInfo Modifier and Type Class Description class
ClientStreamManager
Manages the stream as described in XEP-0198: Stream Management. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.softwareinfo
Subinterfaces of DiscoverableInfo in rocks.xmpp.extensions.softwareinfo Modifier and Type Interface Description interface
SoftwareInfoProvider<T extends SoftwareInfo>
ProvidesSoftwareInfo
for a requester.Classes in rocks.xmpp.extensions.softwareinfo that implement DiscoverableInfo Modifier and Type Class Description class
SoftwareInformationProtocol
Represents the XEP-0232: Software Information. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.time
Classes in rocks.xmpp.extensions.time that implement DiscoverableInfo Modifier and Type Class Description class
EntityTimeManager
This manager implements XEP-0202: Entity Time. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.time.handler
Classes in rocks.xmpp.extensions.time.handler that implement DiscoverableInfo Modifier and Type Class Description class
EntityTimeHandler
Handles an time request by returning the current time. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.vcard.temp
Classes in rocks.xmpp.extensions.vcard.temp that implement DiscoverableInfo Modifier and Type Class Description class
VCardManager
This manager allows to retrieve or save one owns vCard or retrieve another user's vCard. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.version
Subinterfaces of DiscoverableInfo in rocks.xmpp.extensions.version Modifier and Type Interface Description interface
SoftwareVersionManager
Represents XEP-0092: Software Version.Classes in rocks.xmpp.extensions.version that implement DiscoverableInfo Modifier and Type Class Description class
SoftwareVersionProtocol
An abstract implementation of XEP-0092: Software Version. -
Uses of DiscoverableInfo in rocks.xmpp.extensions.version.client
Classes in rocks.xmpp.extensions.version.client that implement DiscoverableInfo Modifier and Type Class Description class
ClientSoftwareVersionManager
This manager implements XEP-0092: Software Version.
-