diff options
Diffstat (limited to 'src/QXmppIncomingServer.cpp')
| -rw-r--r-- | src/QXmppIncomingServer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppIncomingServer.cpp b/src/QXmppIncomingServer.cpp index 853eac8e..c7f2fca8 100644 --- a/src/QXmppIncomingServer.cpp +++ b/src/QXmppIncomingServer.cpp @@ -90,7 +90,7 @@ void QXmppIncomingServer::handleStream(const QDomElement &streamElement) // send stream features QXmppStreamFeatures features; if (!socket()->isEncrypted() && !socket()->localCertificate().isNull() && !socket()->privateKey().isNull()) - features.setSecurityMode(QXmppConfiguration::TLSEnabled); + features.setTlsMode(QXmppStreamFeatures::Enabled); sendPacket(features); } |
