- All Implemented Interfaces:
- org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.ExtensionElement, org.jivesoftware.smack.packet.NamedElement
public abstract class MoodConcretisation
extends java.lang.Object
implements org.jivesoftware.smack.packet.ExtensionElement
XEP-0107 can be extended with additional custom mood concretisations.
In order to extend Smacks implementation with a custom mood concretisation, just extend this class and overwrite
NamedElement.getElementName()
and ExtensionElement.getNamespace()
with your custom values.
TODO: Solution for provider.