Uses of Class
org.jivesoftware.smackx.mood.element.MoodConcretisation
Package
Description
Smack's API for XEP-0107: User Mood.
Smack's API for XEP-0107: User Mood.
Smack's API for XEP-0107: User Mood.
-
Uses of MoodConcretisation in org.jivesoftware.smackx.mood
Modifier and TypeMethodDescriptionstatic void
MoodManager.addMoodToMessage
(Message message, Mood mood, MoodConcretisation concretisation) void
MoodManager.setMood
(Mood mood, MoodConcretisation concretisation) void
MoodManager.setMood
(Mood mood, MoodConcretisation concretisation, String text) -
Uses of MoodConcretisation in org.jivesoftware.smackx.mood.element
Modifier and TypeMethodDescriptionMoodElement.MoodSubjectElement.getConcretisation()
Return the concretisation of the mood.MoodElement.getMoodConcretisation()
Implementors might implement custom concretisations of mood. -
Uses of MoodConcretisation in org.jivesoftware.smackx.mood.provider
Modifier and TypeClassDescriptionclass
MoodConcretisationProvider<C extends MoodConcretisation>
class
SimpleMoodConcretisationProvider
implementation, suitable for really simpleMoodConcretisation
s, that only consist of name and namespace.