#include <xdelayeddelivery.h>
Inherits StanzaExtension.
Inheritance diagram for XDelayedDelivery:


Public Member Functions | |
| GLOOX_DEPRECATED_CTOR | XDelayedDelivery (const JID &from, const std::string stamp, const std::string &reason) |
| XDelayedDelivery (Tag *tag) | |
| virtual | ~XDelayedDelivery () |
| const std::string & | stamp () const |
| const JID & | from () const |
| const std::string & | reason () const |
| virtual Tag * | tag () const |
XEP Version: 1.2
Definition at line 34 of file xdelayeddelivery.h.
|
||||||||||||||||
|
Constructs a new object and fills it according to the parameters.
Definition at line 21 of file xdelayeddelivery.cpp. |
|
|
Constructs a new object from the given Tag.
Definition at line 28 of file xdelayeddelivery.cpp. |
|
|
Virtual Destructor. Definition at line 41 of file xdelayeddelivery.cpp. |
|
|
Returns the JID of the original sender of the stanza or of the entity that delayed the sending.
Definition at line 70 of file xdelayeddelivery.h. |
|
|
Returns a natural language reason for the delay.
Definition at line 76 of file xdelayeddelivery.h. |
|
|
Returns the datetime when the stanza was originally sent. The format SHOULD be "CCYYMMDDThh:mm:ss" and is to be understood as UTC.
Definition at line 63 of file xdelayeddelivery.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 45 of file xdelayeddelivery.cpp. |
1.4.1