The QXmppSessionIq class represents an IQ used for session establishment as defined by RFC 5921. More...
#include <QXmppSessionIq.h>
Additional Inherited Members | |
Public Types inherited from QXmppIq | |
| enum | Type { Error = 0, Get, Set, Result } |
| This enum describes the type of IQ. More... | |
Public Member Functions inherited from QXmppIq | |
| QXmppIq (QXmppIq::Type type=QXmppIq::Get) | |
| QXmppIq::Type | type () const |
| void | setType (QXmppIq::Type) |
The QXmppSessionIq class represents an IQ used for session establishment as defined by RFC 5921.
1.8.1.2