diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-14 15:01:14 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-14 15:01:14 +0200 |
| commit | 852b34db4e1f320b50c1cf6c191f9e8923dedf69 (patch) | |
| tree | 520aa1bda9d828e63af85ec09e6f15a57e97d22c /src/client/QXmppClient.h | |
| parent | d7bcaa9c2e633f1a12a624d69196cfa1890d84c5 (diff) | |
| download | qxmpp-852b34db4e1f320b50c1cf6c191f9e8923dedf69.tar.gz | |
move reconnection handling into QXmppClient
Diffstat (limited to 'src/client/QXmppClient.h')
| -rw-r--r-- | src/client/QXmppClient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h index 37f64c32..eee81d61 100644 --- a/src/client/QXmppClient.h +++ b/src/client/QXmppClient.h @@ -234,9 +234,11 @@ public slots: private slots: void _q_elementReceived(const QDomElement &element, bool &handled); + void _q_reconnect(); void _q_socketStateChanged(QAbstractSocket::SocketState state); void _q_streamConnected(); void _q_streamDisconnected(); + void _q_streamError(QXmppClient::Error error); private: QXmppClientPrivate * const d; |
