aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStartTlsPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppStartTlsPacket.h')
-rw-r--r--src/base/QXmppStartTlsPacket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/QXmppStartTlsPacket.h b/src/base/QXmppStartTlsPacket.h
index 9b91bef9..5396f5d9 100644
--- a/src/base/QXmppStartTlsPacket.h
+++ b/src/base/QXmppStartTlsPacket.h
@@ -39,7 +39,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);