From 0a074f6baa11970686c0fdb63903cd167bf3945a Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 28 Jan 2020 19:30:26 +0100 Subject: QXmppClient: Remove obsolete methods for TLS management The methods are obsolete since the TLS manager has become an internal client extension. The methods were not of any use except for the TLS manager and should better not be public to the user at all (i.e. startSocketEncryption()). This can be done without any concerns because the methods were not part of the public API in any release, yet. --- src/client/QXmppClient.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client/QXmppClient.h') diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h index 95baf680..7df6839b 100644 --- a/src/client/QXmppClient.h +++ b/src/client/QXmppClient.h @@ -177,10 +177,6 @@ public: QAbstractSocket::SocketError socketError(); QString socketErrorString() const; - bool socketSupportsSsl() const; - bool isSocketEncrypted() const; - void startSocketEncryption(); - State state() const; QXmppStanza::Error::Condition xmppStreamError(); -- cgit v1.2.3