Uses of Class
org.jivesoftware.smack.packet.ErrorIQ
-
Packages that use ErrorIQ Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol. -
-
Uses of ErrorIQ in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return ErrorIQ Modifier and Type Method Description ErrorIQ
ErrorIQ.Builder. build()
static ErrorIQ
ErrorIQ. createErrorResponse(IQ request, StanzaError error)
static ErrorIQ
IQ. createErrorResponse(IQ request, StanzaError error)
static ErrorIQ
IQ. createErrorResponse(IQ request, StanzaError.Builder error)
Deprecated.useIQ.createErrorResponse(IQ, StanzaError)
instead.static ErrorIQ
IQ. createErrorResponse(IQ request, StanzaError.Condition condition)
-