diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 07:55:15 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 07:55:15 +0000 |
| commit | c02547eff8d35d8cbee7869329820dc582cc3949 (patch) | |
| tree | d260690c39cd5721e42a5fb63221c3253defd7d9 /src/QXmppIncomingServer.h | |
| parent | ccb60b7970adeb4d11a02d41cecb607e331ef52e (diff) | |
| download | qxmpp-c02547eff8d35d8cbee7869329820dc582cc3949.tar.gz | |
add isConnected() methods to all streams
Diffstat (limited to 'src/QXmppIncomingServer.h')
| -rw-r--r-- | src/QXmppIncomingServer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QXmppIncomingServer.h b/src/QXmppIncomingServer.h index e82ba9d7..5041c074 100644 --- a/src/QXmppIncomingServer.h +++ b/src/QXmppIncomingServer.h @@ -42,6 +42,7 @@ public: QXmppIncomingServer(QSslSocket *socket, const QString &domain, QObject *parent); ~QXmppIncomingServer(); + bool isConnected() const; QString localStreamId() const; signals: |
