Uses of Class
rocks.xmpp.core.stanza.model.StanzaErrorException
-
Packages that use StanzaErrorException Package Description rocks.xmpp.extensions.disco.model.info Provides XML schema implementations of XEP-0030: Service Discovery (#info).rocks.xmpp.extensions.disco.model.items Provides XML schema implementations of XEP-0030: Service Discovery (#items). -
-
Uses of StanzaErrorException in rocks.xmpp.extensions.disco.model.info
Methods in rocks.xmpp.extensions.disco.model.info that throw StanzaErrorException 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 StanzaErrorException in rocks.xmpp.extensions.disco.model.items
Methods in rocks.xmpp.extensions.disco.model.items that throw StanzaErrorException Modifier and Type Method Description ResultSetProvider<DiscoverableItem>ItemProvider. getItems(Jid to, Jid from, String node, Locale locale)Provides the result set of items, in order to manage the result set returned to the requesting entity.
-