Uses of Enum
org.jivesoftware.smack.sasl.SASLError
Packages that use SASLError
Package
Description
Classes and interfaces for SASL based XMPP authentication.
Stanzas, plain stream- and extension elements for SASL.
-
Uses of SASLError in org.jivesoftware.smack.sasl
Methods in org.jivesoftware.smack.sasl that return SASLErrorModifier and TypeMethodDescriptionstatic SASLErrorSASLError.fromString(String string) static SASLErrorReturns the enum constant of this type with the specified name.static SASLError[]SASLError.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SASLError in org.jivesoftware.smack.sasl.packet
Methods in org.jivesoftware.smack.sasl.packet that return SASLErrorModifier and TypeMethodDescriptionSaslNonza.SASLFailure.getSASLError()Get the SASL related error condition.