24#ifndef QXMPPPUBSUBITEM_H
25#define QXMPPPUBSUBITEM_H
27#include "QXmppGlobal.h"
29#include <QSharedDataPointer>
32class QXmlStreamWriter;
35class QXmppPubSubItemPrivate;
50 void setId(
const QString &
id);
56 void parse(
const QDomElement &element);
57 void toXml(QXmlStreamWriter *writer)
const;
61 QSharedDataPointer<QXmppPubSubItemPrivate> d;
QXmppElement represents a raw XML element with possible children.
Definition: QXmppElement.h:43
The QXmppPubSubItem class represents a publish-subscribe item as defined by XEP-0060: Publish-Subscri...
Definition: QXmppPubSubItem.h:41