Interface AffixExtensionElement

  • All Superinterfaces:
    AffixElement, org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.ExtensionElement, org.jivesoftware.smack.packet.FullyQualifiedElement, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlLangElement

    public interface AffixExtensionElement
    extends org.jivesoftware.smack.packet.ExtensionElement, AffixElement
    Affix element that is identified by element name and namespace. You should extend this interface with your custom affix extension elements and also provide a AffixExtensionElementProvider for them.
    See Also:
    XEP-0420: Stanza Content Encryption - ยง4. Affix Elements
    • Method Summary

      • Methods inherited from interface org.jivesoftware.smack.packet.Element

        toXML, toXML, toXML
      • Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement

        getLanguage, getNamespace, getQName
      • Methods inherited from interface org.jivesoftware.smack.packet.NamedElement

        getElementName