diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-21 09:23:30 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-21 09:23:30 +0000 |
| commit | 387269664f575429b3d8e023c4bce51763b6335c (patch) | |
| tree | c62bdf70e2be08518ad1a3cda03009fc57163d6d /src/QXmppOutgoingClient.cpp | |
| parent | 44593bd7f234284a515df59cce3332f8b91d5022 (diff) | |
| download | qxmpp-387269664f575429b3d8e023c4bce51763b6335c.tar.gz | |
remove trailing whitespace
Diffstat (limited to 'src/QXmppOutgoingClient.cpp')
| -rw-r--r-- | src/QXmppOutgoingClient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/QXmppOutgoingClient.cpp b/src/QXmppOutgoingClient.cpp index 96c20292..1a52be02 100644 --- a/src/QXmppOutgoingClient.cpp +++ b/src/QXmppOutgoingClient.cpp @@ -266,7 +266,7 @@ void QXmppOutgoingClient::handleStanza(const QDomElement &nodeRecv) emit elementReceived(nodeRecv, handled); if (handled) return; - + if(QXmppStreamFeatures::isStreamFeatures(nodeRecv)) { QXmppStreamFeatures features; @@ -295,7 +295,7 @@ void QXmppOutgoingClient::handleStanza(const QDomElement &nodeRecv) if (socket()->supportsSsl() && localSecurity != QXmppConfiguration::TLSDisabled && - remoteSecurity != QXmppStreamFeatures::Disabled) + remoteSecurity != QXmppStreamFeatures::Disabled) { // enable TLS as it is support by both parties sendData("<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>"); |
