QXmpp Version: 1.10.0
|
The QXmppArchiveChat class represents an archived conversation as defined by XEP-0136: Message Archiving. More...
#include <QXmppArchiveIq.h>
Public Member Functions | |
QList< QXmppArchiveMessage > | messages () const |
Returns the conversation's messages. | |
void | setMessages (const QList< QXmppArchiveMessage > &messages) |
Sets the conversation's messages. | |
QDateTime | start () const |
Returns the start of this conversation. | |
void | setStart (const QDateTime &start) |
Sets the start of this conversation. | |
QString | subject () const |
Returns the conversation's subject. | |
void | setSubject (const QString &subject) |
Sets the conversation's subject. | |
QString | thread () const |
Returns the conversation's thread. | |
void | setThread (const QString &thread) |
Sets the conversation's thread. | |
int | version () const |
Returns the conversation's version. | |
void | setVersion (int version) |
Sets the conversation's version. | |
QString | with () const |
Returns the JID of the remote party. | |
void | setWith (const QString &with) |
Sets the JID of the remote party. | |
The QXmppArchiveChat class represents an archived conversation as defined by XEP-0136: Message Archiving.