![]() |
LeechCraft Azoth 0.6.70-17609-g3dde4097dd
Modular multiprotocol IM plugin for LeechCraft
|
Describes contact mood information. More...
#include "moodinfo.h"
Public Attributes | |
QString | Mood_ |
Mood name as per XEP-0107. | |
QString | Text_ |
Optional contact-set text accompanying the mood. |
Describes contact mood information.
It is modeled after XMPP XEP-0107, so please refer to http://xmpp.org/extensions/xep-0107.html for more information.
Definition at line 22 of file moodinfo.h.
QString LC::Azoth::MoodInfo::Mood_ |
Mood name as per XEP-0107.
If this field is empty, the entry is considered to have stopped publishing mood information.
Definition at line 29 of file moodinfo.h.
Referenced by LC::Azoth::operator==().
QString LC::Azoth::MoodInfo::Text_ |
Optional contact-set text accompanying the mood.
Definition at line 33 of file moodinfo.h.
Referenced by LC::Azoth::operator==().