Uses of Class
rocks.xmpp.core.stanza.model.StanzaError
-
Packages that use StanzaError Package Description rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors.rocks.xmpp.core.stanza.model.server rocks.xmpp.extensions.dialback.model -
-
Uses of StanzaError in rocks.xmpp.core.stanza.model
Methods in rocks.xmpp.core.stanza.model that return StanzaError Modifier and Type Method Description StanzaError
Stanza. getError()
Gets the stanza's 'error' element.StanzaError
StanzaErrorException. getError()
Gets the stanza error, i.e. the<error/>
element.Methods in rocks.xmpp.core.stanza.model with parameters of type StanzaError Modifier and Type Method Description IQ
IQ. createError(StanzaError error)
IQ
IQ. createError(StanzaError error, boolean includeOriginal)
Creates an error response for this stanza.Message
Message. createError(StanzaError error)
Presence
Presence. createError(StanzaError error)
abstract Stanza
Stanza. createError(StanzaError error)
Creates an error response for this stanza.void
Stanza. setError(StanzaError stanzaError)
Sets the stanza's 'error' element.Constructors in rocks.xmpp.core.stanza.model with parameters of type StanzaError Constructor Description IQ(Jid to, IQ.Type type, Object extension, String id, Jid from, Locale language, StanzaError error)
Creates an IQ stanza with the given receiver, id, type, extension and error.Message(Jid to, Message.Type type, String body, String subject, String thread, String parentThread, String id, Jid from, Locale language, Collection<?> extensions, StanzaError error)
Constructs a message with body and type.Message(Jid to, Message.Type type, Collection<Text> bodies, Collection<Text> subjects, String thread, String parentThread, String id, Jid from, Locale language, Collection<?> extensions, StanzaError error)
Constructs a message with all possible values.Presence(Jid to, Presence.Type type, Presence.Show show, Collection<Text> status, byte priority, String id, Jid from, Locale language, Collection<?> extensions, StanzaError error)
Constructs a presence with all possible values. -
Uses of StanzaError in rocks.xmpp.core.stanza.model.server
Subclasses of StanzaError in rocks.xmpp.core.stanza.model.server Modifier and Type Class Description class
ServerStanzaError
A stanza error explicitly bound to thejabber:server
namespace.Methods in rocks.xmpp.core.stanza.model.server with parameters of type StanzaError Modifier and Type Method Description static ServerStanzaError
ServerStanzaError. from(StanzaError e)
Creates a stanza error in thejabber:server
namespace from an unqualified stanza error. -
Uses of StanzaError in rocks.xmpp.extensions.dialback.model
Methods in rocks.xmpp.extensions.dialback.model that return StanzaError Modifier and Type Method Description StanzaError
Dialback. getError()
Constructors in rocks.xmpp.extensions.dialback.model with parameters of type StanzaError Constructor Description Result(Jid from, Jid to, StanzaError error)
Creates a dialback error from the receiving server to the initiating server.Verify(Jid from, Jid to, String id, StanzaError error)
Creates a dialback error from the authoritative server to the receiving server.
-