QXmpp
Version:1.3.1
|
The QXmppPubSubItem class represents a publish-subscribe item as defined by XEP-0060: Publish-Subscribe. More...
#include <QXmppPubSubItem.h>
Public Member Functions | |
QXmppPubSubItem (const QXmppPubSubItem &iq) | |
QXmppPubSubItem & | operator= (const QXmppPubSubItem &iq) |
QString | id () const |
Returns the ID of the PubSub item. | |
void | setId (const QString &id) |
QXmppElement | contents () const |
Returns the contents of the PubSub item. | |
void | setContents (const QXmppElement &contents) |
The QXmppPubSubItem class represents a publish-subscribe item as defined by XEP-0060: Publish-Subscribe.
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 |