Class MoodConcretisation
- java.lang.Object
-
- org.jivesoftware.smackx.mood.element.MoodConcretisation
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
public abstract class MoodConcretisation extends java.lang.Object implements org.jivesoftware.smack.packet.ExtensionElementXEP-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 overwriteNamedElement.getElementName()andXmlElement.getNamespace()with your custom values. TODO: Solution for provider.
-
-
Constructor Summary
Constructors Constructor Description MoodConcretisation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMood()org.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-