From 9646724764a0ff11807c3a32690e2d60372d1a7b Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 12 Mar 2015 16:58:37 +0100 Subject: emit sslErrors in a way they can be ignored on demand --- src/client/QXmppOutgoingClient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/QXmppOutgoingClient.h') diff --git a/src/client/QXmppOutgoingClient.h b/src/client/QXmppOutgoingClient.h index 99aa6ee5..19531e60 100644 --- a/src/client/QXmppOutgoingClient.h +++ b/src/client/QXmppOutgoingClient.h @@ -77,6 +77,9 @@ signals: /// This signal is emitted when an IQ is received. void iqReceived(const QXmppIq&); + /// This signal is emitted when SSL errors are encountered. + void sslErrors(const QList &errors); + protected: /// \cond // Overridable methods -- cgit v1.2.3