diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-01-19 10:49:27 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-01-19 10:49:27 +0000 |
| commit | a6f9d8cf01f924375ce4c245345868b7dc55995c (patch) | |
| tree | aaf8cdd307ef6525acfed19920e64e71553f8050 /src/QXmppOutgoingServer.cpp | |
| parent | feff43672b073068fec43e13a980bcc498e1851a (diff) | |
| download | qxmpp-a6f9d8cf01f924375ce4c245345868b7dc55995c.tar.gz | |
fix typo
Diffstat (limited to 'src/QXmppOutgoingServer.cpp')
| -rw-r--r-- | src/QXmppOutgoingServer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppOutgoingServer.cpp b/src/QXmppOutgoingServer.cpp index 035c338e..3c959a44 100644 --- a/src/QXmppOutgoingServer.cpp +++ b/src/QXmppOutgoingServer.cpp @@ -131,6 +131,8 @@ void QXmppOutgoingServer::handleStart() void QXmppOutgoingServer::handleStream(const QDomElement &streamElement) { + Q_UNUSED(streamElement); + // gmail.com servers are broken: they never send <stream:features>, // so we schedule sending the dialback in a couple of seconds d->dialbackTimer->start(); |
