Class StandardExtensionElement

java.lang.Object
org.jivesoftware.smack.packet.StandardExtensionElement
All Implemented Interfaces:
Element, NamedElement, XmlElement, XmlLangElement

public final class StandardExtensionElement extends Object implements XmlElement
An ExtensionElement modeling the often required and used XML features when using XMPP. It is therefore suitable for most use cases. Use builder(String, String) to build these elements.

Note the this is only meant as catch-all if no particular extension element provider is registered. Protocol implementations should prefer to model their own extension elements tailored to their use cases.

Since:
4.2