QXmpp
Version:0.9.3
|
Represents an archive chat as defined by XEP-0136: Message Archiving. More...
#include <QXmppArchiveIq.h>
Public Member Functions | |
QXmppArchiveChat | chat () const |
Returns the chat conversation carried by this IQ. | |
void | setChat (const QXmppArchiveChat &chat) |
Sets the chat conversation carried by this IQ. | |
QXmppResultSetReply | resultSetReply () const |
void | setResultSetReply (const QXmppResultSetReply &rsm) |
Represents an archive chat as defined by XEP-0136: Message Archiving.
It is used to get chat as a QXmppArchiveChat.
Returns the result set management reply.
This is used for paging through messages.
void QXmppArchiveChatIq::setResultSetReply | ( | const QXmppResultSetReply & | rsm | ) |
Sets the result set management reply.
This is used for paging through messages.