Uses of Class
rocks.xmpp.core.stanza.AbstractIQHandler
-
-
Uses of AbstractIQHandler in rocks.xmpp.extensions.blocking
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.blocking Modifier and Type Class Description class
BlockingManager
This manager allows to block communications with contacts. -
Uses of AbstractIQHandler in rocks.xmpp.extensions.httpauth
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.httpauth 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 AbstractIQHandler in rocks.xmpp.extensions.ping.handler
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.ping.handler Modifier and Type Class Description class
PingHandler
Handles an XMPP-level ping request, by returning a pong. -
Uses of AbstractIQHandler in rocks.xmpp.extensions.privacy
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.privacy Modifier and Type Class Description class
PrivacyListManager
This class manages privacy lists, which allow users to block communications from other users as described in XEP-0016: Privacy Lists. -
Uses of AbstractIQHandler in rocks.xmpp.extensions.reach
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.reach 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 AbstractIQHandler in rocks.xmpp.extensions.rosterx
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.rosterx Modifier and Type Class Description class
ContactExchangeManager
Manages contact exchange between entities. -
Uses of AbstractIQHandler in rocks.xmpp.extensions.rpc
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.rpc Modifier and Type Class Description class
AbstractRpcManager
This manager allows you to call remote procedures and handle inbound calls, if enabled. -
Uses of AbstractIQHandler in rocks.xmpp.extensions.rpc.client
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.rpc.client Modifier and Type Class Description class
ClientRpcManager
This manager allows you to call remote procedures and handle inbound calls, if enabled. -
Uses of AbstractIQHandler in rocks.xmpp.extensions.si
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.si Modifier and Type Class Description class
StreamInitiationManager
-
Uses of AbstractIQHandler in rocks.xmpp.extensions.time
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.time Modifier and Type Class Description class
EntityTimeManager
This manager implements XEP-0202: Entity Time. -
Uses of AbstractIQHandler in rocks.xmpp.extensions.time.handler
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.time.handler Modifier and Type Class Description class
EntityTimeHandler
Handles an time request by returning the current time. -
Uses of AbstractIQHandler in rocks.xmpp.extensions.version
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.version Modifier and Type Class Description class
SoftwareVersionProtocol
An abstract implementation of XEP-0092: Software Version. -
Uses of AbstractIQHandler in rocks.xmpp.extensions.version.client
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.version.client Modifier and Type Class Description class
ClientSoftwareVersionManager
This manager implements XEP-0092: Software Version. -
Uses of AbstractIQHandler in rocks.xmpp.im.roster
Subclasses of AbstractIQHandler in rocks.xmpp.im.roster Modifier and Type Class Description class
RosterManager
This class manages the roster (aka contact or buddy list).
-