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