QXmpp  Version:0.4.0
Signals | Public Member Functions
QXmppMessageReceiptManager Class Reference

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>

Inheritance diagram for QXmppMessageReceiptManager:
QXmppClientExtension QXmppLoggable

List of all members.

Signals

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

Public Member Functions

 QXmppMessageReceiptManager ()

Detailed Description

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


Constructor & Destructor Documentation

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


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Enumerations Enumerator Properties