14 #ifndef PUBSUBITEM_H__
15 #define PUBSUBITEM_H__
72 void setPayload(
Tag* tag );
78 const std::string&
id()
const {
return m_id; }
84 void setID(
const std::string&
id ) { m_id = id; }
102 #endif // PUBSUBITEM_H__
void setID(const std::string &id)
const Tag * payload() const
The namespace for the gloox library.
Abstracts a PubSub Item (XEP-0060).
This is an abstraction of an XML element.
const std::string & id() const