Uses of Enum
org.jivesoftware.smack.packet.StreamError.Condition
Packages that use StreamError.Condition
Package
Description
XML stanzas and extension elements that are part of the XMPP protocol.
-
Uses of StreamError.Condition in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return StreamError.ConditionModifier and TypeMethodDescriptionstatic StreamError.Condition
StreamError.Condition.fromString
(String string) StreamError.getCondition()
static StreamError.Condition
Returns the enum constant of this type with the specified name.static StreamError.Condition[]
StreamError.Condition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smack.packet with parameters of type StreamError.ConditionModifierConstructorDescriptionStreamError
(StreamError.Condition condition, String conditionText, Map<String, String> descriptiveTexts, List<XmlElement> extensions)