LeechCraft Azoth  0.6.70-3565-g2d86529
Modular multiprotocol IM plugin for LeechCraft
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
LeechCraft::Azoth::ActivityInfo Struct Reference

Describes contact activity information. More...

#include "ihavecontactactivity.h"

Public Attributes

QString General_
 General activity name as per XEP-0108. More...
 
QString Specific_
 Specific activity name within the General_ one. More...
 
QString Text_
 Optional contact-set text accompanying the activity. More...
 

Detailed Description

Describes contact activity information.

It is modeled after XMPP XEP-0108, so please refer to http://xmpp.org/extensions/xep-0108.html for more information.

Definition at line 44 of file ihavecontactactivity.h.

Member Data Documentation

QString LeechCraft::Azoth::ActivityInfo::General_

General activity name as per XEP-0108.

If this field is empty, the entry is considered to have stopped publishing activity information.

Definition at line 51 of file ihavecontactactivity.h.

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

QString LeechCraft::Azoth::ActivityInfo::Specific_

Specific activity name within the General_ one.

Definition at line 55 of file ihavecontactactivity.h.

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

QString LeechCraft::Azoth::ActivityInfo::Text_

Optional contact-set text accompanying the activity.

Definition at line 59 of file ihavecontactactivity.h.

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


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