6 #ifndef QXMPPSESSIONIQ_H 7 #define QXMPPSESSIONIQ_H 11 #if QXMPP_DEPRECATED_SINCE(1, 7) 12 class QXMPP_EXPORT QXmppSessionIq :
public QXmppIq 15 [[deprecated]]
static bool isSessionIq(
const QDomElement &element);
18 [[deprecated]]
void toXmlElementFromChild(QXmlStreamWriter *writer)
const override;
22 #endif // QXMPPSESSION_H The QXmppIq class is the base class for all IQs.
Definition: QXmppIq.h:22