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 classExtensionRepresents 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 classUserAvatarProtocolThe 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 classBlockingManagerThis 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 classInBandByteStreamManagerA 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 classSocks5ByteStreamManagerA 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 classAbstractEntityCapabilities1ProtocolAbstract base class for the original Entity Capabilities protocol (XEP-0115: Entity Capabilities).classAbstractEntityCapabilitiesProtocol<T extends EntityCapabilities>Base class for the Entity Capabilities protocols.Methods in rocks.xmpp.extensions.caps that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfoAbstractEntityCapabilitiesProtocol. getInfo(Jid to, Jid from, String node, Locale locale)DiscoverableInfoEntityCapabilitiesManager. readCapabilities(Hash hash)Reads capabilities from a cache.DiscoverableInfoEntityCapabilitiesManager. 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 voidEntityCapabilitiesManager. writeCapabilities(Hash hash, DiscoverableInfo discoverableInfo)Writes capabilities to the cache.voidEntityCapabilitiesManager. 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 classClientEntityCapabilities1ProtocolThe Entity Caps protocol implementation from a client perspective.Methods in rocks.xmpp.extensions.caps.client that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfoClientEntityCapabilitiesManager. readCapabilities(Hash hash)DiscoverableInfoClientEntityCapabilitiesManager. 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 voidClientEntityCapabilitiesManager. writeCapabilities(Hash hash, DiscoverableInfo discoverableInfo)voidClientEntityCapabilitiesManager. 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 classAbstractEntityCapabilities2ProtocolAbstract 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 classClientEntityCapabilities2ProtocolThe 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 classChatStateManagerThis 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 interfaceServiceDiscoveryManagerClasses in rocks.xmpp.extensions.disco that implement DiscoverableInfo Modifier and Type Class Description classAbstractServiceDiscoveryManagerMethods in rocks.xmpp.extensions.disco that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfoServiceDiscoveryManager. 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 classClientServiceDiscoveryManagerManages XEP-0030: Service Discovery.Methods in rocks.xmpp.extensions.disco.client that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfoClientServiceDiscoveryManager. 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 voidClientServiceDiscoveryManager. 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 classInfoDiscoveryThe implementation of the<query/>element in thehttp://jabber.org/protocol/disco#infonamespace.Methods in rocks.xmpp.extensions.disco.model.info that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfoInfoProvider. 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 classStanzaForwardingManagerThis 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 classCryptographicHashFunctionsProtocolRepresents 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 classLastActivityManagerThe 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 classMultiUserChatManagerManages 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 classPingManagerThis 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 classPingHandlerHandles 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 classReachabilityManagerAllows 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 classMessageDeliveryReceiptsManagerThe 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 classContactExchangeManagerManages 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 classAbstractRpcManagerThis 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 classClientRpcManagerThis 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 classResultSetManagementProtocolRepresents 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 classRealTimeTextManagerManages 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 classStanzaHeadersAndInternetMetadataProtocolImplementation of XEP-0131: Stanza Headers and Internet Metadata.Methods in rocks.xmpp.extensions.shim that return DiscoverableInfo Modifier and Type Method Description DiscoverableInfoStanzaHeadersAndInternetMetadataProtocol. 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 classClientHeaderManagerManages 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 classStreamInitiationManager -
Uses of DiscoverableInfo in rocks.xmpp.extensions.sm
Classes in rocks.xmpp.extensions.sm that implement DiscoverableInfo Modifier and Type Class Description classAbstractStreamManagerContains 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 classClientStreamManagerManages 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 interfaceSoftwareInfoProvider<T extends SoftwareInfo>ProvidesSoftwareInfofor a requester.Classes in rocks.xmpp.extensions.softwareinfo that implement DiscoverableInfo Modifier and Type Class Description classSoftwareInformationProtocolRepresents 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 classEntityTimeManagerThis 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 classEntityTimeHandlerHandles 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 classVCardManagerThis 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 interfaceSoftwareVersionManagerRepresents XEP-0092: Software Version.Classes in rocks.xmpp.extensions.version that implement DiscoverableInfo Modifier and Type Class Description classSoftwareVersionProtocolAn 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 classClientSoftwareVersionManagerThis manager implements XEP-0092: Software Version.
-