14 #ifndef DELAYEDDELIVERY_H__
15 #define DELAYEDDELIVERY_H__
17 #include "stanzaextension.h"
63 const std::string&
stamp()
const {
return m_stamp; }
78 const JID&
from()
const {
return m_from; }
90 const std::string&
reason()
const {
return m_reason; }
103 GLOOX_DEPRECATED
void setBody(
const std::string& reason ) { m_reason =
reason; }
111 std::string m_reason;
117 #endif // DELAYEDDELIVERY_H__