The QXmppSessionIq class represents an IQ used for session establishment as defined by RFC 3921. More...
#include <QXmppSessionIq.h>
Additional Inherited Members | |
![]() | |
enum | Type { Error = 0, Get, Set, Result } |
This enum describes the type of IQ. More... | |
![]() | |
QXmppIq (QXmppIq::Type type=QXmppIq::Get) | |
QXmppIq (const QXmppIq &other) | |
Constructs a copy of other. | |
QXmppIq & | operator= (const QXmppIq &other) |
Assigns other to this IQ. | |
QXmppIq::Type | type () const |
void | setType (QXmppIq::Type) |
The QXmppSessionIq class represents an IQ used for session establishment as defined by RFC 3921.