QXmpp
Version:0.9.3
|
The QXmppMessageReceiptManager class makes it possible to send and receive message delivery receipts as defined in XEP-0184: Message Delivery Receipts. More...
#include <QXmppMessageReceiptManager.h>
Signals | |
void | messageDelivered (const QString &jid, const QString &id) |
Public Member Functions | |
QXmppMessageReceiptManager () |
The QXmppMessageReceiptManager class makes it possible to send and receive message delivery receipts as defined in XEP-0184: Message Delivery Receipts.
Constructs a QXmppMessageReceiptManager to handle incoming and outgoing message delivery receipts.
void QXmppMessageReceiptManager::messageDelivered | ( | const QString & | jid, |
const QString & | id | ||
) | [signal] |
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().