|
QXmpp Version: 1.12.0
|
The QXmppStartTlsPacket represents packets used for initiating STARTTLS negotiation when connecting. More...
#include <QXmppStartTlsPacket.h>
Public Types | |
| enum | Type { StartTls , Proceed , Failure , Invalid } |
| The type of the STARTTLS packet. More... | |
Public Member Functions | |
| QXmppStartTlsPacket (Type type=StartTls) | |
| Type | type () const |
| void | setType (Type type) |
| Public Member Functions inherited from QXmppNonza | |
| virtual bool | isXmppStanza () const |
| virtual void | parse (const QDomElement &)=0 |
| virtual void | toXml (QXmlStreamWriter *writer) const =0 |
Static Public Member Functions | |
| static bool | isStartTlsPacket (const QDomElement &element) |
| static bool | isStartTlsPacket (const QDomElement &element, Type type) |
The QXmppStartTlsPacket represents packets used for initiating STARTTLS negotiation when connecting.