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 ErrorIQErrorIQ.Builder. build()static ErrorIQErrorIQ. createErrorResponse(IQ request, StanzaError error)static ErrorIQIQ. createErrorResponse(IQ request, StanzaError error)static ErrorIQIQ. createErrorResponse(IQ request, StanzaError.Builder error)Deprecated.useIQ.createErrorResponse(IQ, StanzaError)instead.static ErrorIQIQ. createErrorResponse(IQ request, StanzaError.Condition condition)
-