diff options
Diffstat (limited to 'src/base/QXmppStartTlsPacket.h')
| -rw-r--r-- | src/base/QXmppStartTlsPacket.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/QXmppStartTlsPacket.h b/src/base/QXmppStartTlsPacket.h index e25ff89b..191b80ce 100644 --- a/src/base/QXmppStartTlsPacket.h +++ b/src/base/QXmppStartTlsPacket.h @@ -20,7 +20,8 @@ public: enum Type { StartTls, ///< Used by the client to initiate STARTTLS. Proceed, ///< Used by the server to accept STARTTLS. - Failure ///< Used by the server to reject STARTTLS. + Failure, ///< Used by the server to reject STARTTLS. + Invalid, ///< Invalid type }; QXmppStartTlsPacket(Type type = StartTls); |
