From e95a987dd1d41c7a14a979b4f644e13ebfd41081 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 26 Aug 2010 08:37:30 +0000 Subject: outgoing S2S has no reason to receive any stanzas --- src/QXmppOutgoingServer.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/QXmppOutgoingServer.cpp') 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. -- cgit v1.2.3