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 classBlockingManagerThis 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 classHttpAuthenticationManagerThis 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 classPingHandlerHandles 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 classPrivacyListManagerThis 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 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 AbstractIQHandler in rocks.xmpp.extensions.rosterx
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.rosterx Modifier and Type Class Description classContactExchangeManagerManages 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 classAbstractRpcManagerThis 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 classClientRpcManagerThis 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 classStreamInitiationManager - 
Uses of AbstractIQHandler in rocks.xmpp.extensions.time
Subclasses of AbstractIQHandler in rocks.xmpp.extensions.time Modifier and Type Class Description classEntityTimeManagerThis 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 classEntityTimeHandlerHandles 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 classSoftwareVersionProtocolAn 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 classClientSoftwareVersionManagerThis 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 classRosterManagerThis class manages the roster (aka contact or buddy list). 
 -