Uses of Package
rocks.xmpp.core.stanza
-
Packages that use rocks.xmpp.core.stanza Package Description rocks.xmpp.core.stanza Provides classes for XML stanza management (message, presence, IQ).rocks.xmpp.extensions.caps Provides classes for XEP-0115: Entity Capabilities.rocks.xmpp.extensions.caps2 rocks.xmpp.extensions.disco Provides classes for XEP-0030: Service Discovery. -
Classes in rocks.xmpp.core.stanza used by rocks.xmpp.core.stanza Class Description IQEvent An IQ event is fired whenever an IQ stanza is received or sent.IQHandler Handles an inbound IQ request (IQ stanzas of typeIQ.Type.GETorIQ.Type.SET) by processing the request and returning an IQ response of typeresultorerror.MessageEvent A message event is fired whenever a message is received or sent.PresenceEvent A presence event is fired whenever a presence stanza is received or sent. -
Classes in rocks.xmpp.core.stanza used by rocks.xmpp.extensions.caps Class Description InboundPresenceHandler Functional interface for handling inbound presences.PresenceEvent A presence event is fired whenever a presence stanza is received or sent. -
Classes in rocks.xmpp.core.stanza used by rocks.xmpp.extensions.caps2 Class Description InboundPresenceHandler Functional interface for handling inbound presences. -
Classes in rocks.xmpp.core.stanza used by rocks.xmpp.extensions.disco Class Description IQHandler Handles an inbound IQ request (IQ stanzas of typeIQ.Type.GETorIQ.Type.SET) by processing the request and returning an IQ response of typeresultorerror.