aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStartTlsPacket.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-03-16 19:54:03 +0100
committerLinus Jahn <lnj@kaidan.im>2022-03-16 19:54:03 +0100
commit0383266d61577d0829f48d284e417b1ffb372812 (patch)
tree38c2569ce6dd8188f801338fd4678d9e362b49fc /src/base/QXmppStartTlsPacket.h
parent5b682269631a14d707b5cf1a2893bfd72ba5a011 (diff)
parent395d2af80de7817dd2b092c2c7d9dfa3fa3f2744 (diff)
downloadqxmpp-0383266d61577d0829f48d284e417b1ffb372812.tar.gz
Merge branch '1.4'
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 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);