QXmppMessageReceiptManager Class

The QXmppMessageReceiptManager class makes it possible to send and receive message delivery receipts as defined in XEP-0184: Message Delivery Receipts. More...

Header: #include <QXmppMessageReceiptManager.h>
Inherits: QXmppClientExtension and QXmppMessageHandler

Public Functions

Signals

void messageDelivered(const QString &jid, const QString &id)

Detailed Description

Member Function Documentation

QXmppMessageReceiptManager::QXmppMessageReceiptManager()

Constructs a QXmppMessageReceiptManager to handle incoming and outgoing message delivery receipts.

[signal] void QXmppMessageReceiptManager::messageDelivered(const QString &jid, const QString &id)

This signal is emitted when receipt for the message with the given id is received. The id could be previously obtained by calling QXmppMessage::id().

jid and id.