Uses of Class
org.jivesoftware.smack.packet.StanzaErrorTextElement
-
Packages that use StanzaErrorTextElement Package Description org.jivesoftware.smack.sm.packet Plain stream elements for XEP-0198: Stream Management. -
-
Uses of StanzaErrorTextElement in org.jivesoftware.smack.sm.packet
Methods in org.jivesoftware.smack.sm.packet that return types with arguments of type StanzaErrorTextElement Modifier and Type Method Description java.util.List<StanzaErrorTextElement>
StreamManagement.Failed. getTextElements()
Constructor parameters in org.jivesoftware.smack.sm.packet with type arguments of type StanzaErrorTextElement Constructor Description Failed(StanzaError.Condition condition, java.util.List<StanzaErrorTextElement> textElements)
-