QXmppArchiveChatIq Class

Represents an archive chat as defined by XEP-0136: Message Archiving. More...

Header: #include <QXmppArchiveIq.h>
Inherits: QXmppIq

Public Functions

QXmppArchiveChat chat() const
QXmppResultSetReply resultSetReply() const
void setChat(const QXmppArchiveChat &chat)
void setResultSetReply(const QXmppResultSetReply &rsm)

Detailed Description

It is used to get chat as a QXmppArchiveChat.

Member Function Documentation

QXmppArchiveChat QXmppArchiveChatIq::chat() const

Returns the chat conversation carried by this IQ.

See also setChat().

QXmppResultSetReply QXmppArchiveChatIq::resultSetReply() const

Returns the result set management reply.

This is used for paging through messages.

See also setResultSetReply().

void QXmppArchiveChatIq::setChat(const QXmppArchiveChat &chat)

Sets the chat conversation carried by this IQ.

See also chat().

void QXmppArchiveChatIq::setResultSetReply(const QXmppResultSetReply &rsm)

Sets the result set management reply.

This is used for paging through messages.

rsm.

See also resultSetReply().