The QXmppPubSubItem class represents a publish-subscribe item as defined by XEP-0060: Publish-Subscribe. More...
#include <QXmppPubSubIq.h>
| Public Member Functions | |
| QString | id () const | 
| void | setId (const QString &id) | 
| QXmppElement | contents () const | 
| void | setContents (const QXmppElement &contents) | 
The QXmppPubSubItem class represents a publish-subscribe item as defined by XEP-0060: Publish-Subscribe.
| QXmppElement QXmppPubSubItem::contents | ( | ) | const | 
Returns the contents of the PubSub item.
| QString QXmppPubSubItem::id | ( | ) | const | 
Returns the ID of the PubSub item.
| void QXmppPubSubItem::setContents | ( | const QXmppElement & | contents | ) | 
Sets the contents of the PubSub item.
| contents | 
| void QXmppPubSubItem::setId | ( | const QString & | id | ) | 
Sets the ID of the PubSub item.
| id | 
 1.8.1.2
 1.8.1.2