|
QXmpp Version: 1.12.0
|
The QXmppArchiveMessage class represents an archived message as defined by XEP-0136: Message Archiving. More...
#include <QXmppArchiveIq.h>
Public Member Functions | |
| QString | body () const |
| Returns the archived message's body. | |
| void | setBody (const QString &body) |
| Sets the archived message's body. | |
| QDateTime | date () const |
| Returns the archived message's date. | |
| void | setDate (const QDateTime &date) |
| Sets the archived message's date. | |
| bool | isReceived () const |
| Returns true if the archived message was received, false if it was sent. | |
| void | setReceived (bool isReceived) |
| Set to true if the archived message was received, false if it was sent. | |
The QXmppArchiveMessage class represents an archived message as defined by XEP-0136: Message Archiving.