aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppConfiguration.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-04-06 12:21:40 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2014-04-06 12:21:40 +0200
commit88e35246fed9345f540e7f6eb749097fd74f5cfb (patch)
tree0bb469a350c2be7febc5c7dde128e9ba58b411c9 /src/client/QXmppConfiguration.h
parent89abcd28004dec5011cfa597a923ead8c542eb0d (diff)
downloadqxmpp-88e35246fed9345f540e7f6eb749097fd74f5cfb.tar.gz
add support for legacy SSL
Diffstat (limited to 'src/client/QXmppConfiguration.h')
-rw-r--r--src/client/QXmppConfiguration.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/QXmppConfiguration.h b/src/client/QXmppConfiguration.h
index 513075c3..0de57e79 100644
--- a/src/client/QXmppConfiguration.h
+++ b/src/client/QXmppConfiguration.h
@@ -53,10 +53,11 @@ public:
/// Depending upon all this user can specify following options.
enum StreamSecurityMode
{
- TLSEnabled = 0, ///< Encryption is used if available (default)
- TLSDisabled, ///< No encryption is server allows
- TLSRequired ///< Encryption is a must otherwise connection would not
- ///< be established
+ TLSEnabled = 0, ///< Encryption is used if available (default).
+ TLSDisabled, ///< No encryption even if the server offers it.
+ TLSRequired, ///< Encryption must be available, otherwise the
+ ///< connection will not be established.
+ LegacySSL ///< Use only legacy SSL mode.
};
/// An enumeration for various Non-SASL authentication mechanisms available.