LeechCraft Azoth  0.6.70-13729-g7046a9d2a7
Modular multiprotocol IM plugin for LeechCraft
LC::Azoth::MoodInfo Struct Reference

Describes contact mood information. More...

#include "moodinfo.h"

Public Attributes

QString Mood_
 Mood name as per XEP-0107. More...
 
QString Text_
 Optional contact-set text accompanying the mood. More...
 

Detailed Description

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 43 of file moodinfo.h.

Member Data Documentation

◆ Mood_

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 50 of file moodinfo.h.

Referenced by LC::Azoth::operator==().

◆ Text_

QString LC::Azoth::MoodInfo::Text_

Optional contact-set text accompanying the mood.

Definition at line 54 of file moodinfo.h.

Referenced by LC::Azoth::operator==().


The documentation for this struct was generated from the following file: