Uses of Enum
org.jivesoftware.smack.packet.StanzaError.Condition
Package
Description
Core classes of the Smack API.
XML stanzas and extension elements that are part of the XMPP protocol.
Plain stream elements for XEP-0198: Stream Management.
Smacks implementation of XEP-0050: Ad-Hoc Commands.
-
Uses of StanzaError.Condition in org.jivesoftware.smack
-
Uses of StanzaError.Condition in org.jivesoftware.smack.packet
Modifier and TypeMethodDescriptionstatic StanzaError.Condition
StanzaError.Condition.fromString
(String string) StanzaError.getCondition()
Returns the error condition.static StanzaError.Condition
Returns the enum constant of this type with the specified name.static StanzaError.Condition[]
StanzaError.Condition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic ErrorIQ
IQ.createErrorResponse
(IQ request, StanzaError.Condition condition) static StanzaError.Builder
StanzaError.from
(StanzaError.Condition condition, String descriptiveText) static StanzaError.Builder
StanzaError.getBuilder
(StanzaError.Condition condition) StanzaError.Builder.setCondition
(StanzaError.Condition condition) ModifierConstructorDescriptionStanzaError
(StanzaError.Condition condition, String conditionText, String errorGenerator, StanzaError.Type type, Map<String, String> descriptiveTexts, List<XmlElement> extensions) Creates a new error with the specified type, condition and message. -
Uses of StanzaError.Condition in org.jivesoftware.smack.sm.packet
ModifierConstructorDescriptionFailed
(StanzaError.Condition condition, List<StanzaErrorTextElement> textElements) -
Uses of StanzaError.Condition in org.jivesoftware.smackx.commands
Modifier and TypeMethodDescriptionprotected static XMPPException.XMPPErrorException
AdHocCommandHandler.newXmppErrorException
(StanzaError.Condition condition) protected static XMPPException.XMPPErrorException
AdHocCommandHandler.newXmppErrorException
(StanzaError.Condition condition, String descriptiveText)