Class MoodConcretisation
java.lang.Object
org.jivesoftware.smackx.mood.element.MoodConcretisation
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
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 XmlElement.getNamespace()
with your custom values.
TODO: Solution for provider.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMood()
final XmlStringBuilder
toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.NamedElement
getElementName
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getNamespace, getQName
-
Constructor Details
-
MoodConcretisation
public MoodConcretisation()
-
-
Method Details