aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-26 08:37:30 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-26 08:37:30 +0000
commite95a987dd1d41c7a14a979b4f644e13ebfd41081 (patch)
treef004f679914a9627a22dfa15a0521a01a6500e10 /src
parent3d4c2e72e740a6fcb66ec337be194b6c356a96be (diff)
downloadqxmpp-e95a987dd1d41c7a14a979b4f644e13ebfd41081.tar.gz
outgoing S2S has no reason to receive any stanzas
Diffstat (limited to 'src')
-rw-r--r--src/QXmppOutgoingServer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/QXmppOutgoingServer.cpp b/src/QXmppOutgoingServer.cpp
index b0572270..4e5a05b0 100644
--- a/src/QXmppOutgoingServer.cpp
+++ b/src/QXmppOutgoingServer.cpp
@@ -147,11 +147,6 @@ void QXmppOutgoingServer::handleStanza(const QDomElement &stanza)
}
}
- else
- {
- bool handled = false;
- emit elementReceived(stanza, handled);
- }
}
/// Returns true if the socket is connected and authentication succeeded.