aboutsummaryrefslogtreecommitdiff
path: root/src/server/mod_proxy65.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mod_proxy65.cpp')
-rw-r--r--src/server/mod_proxy65.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/mod_proxy65.cpp b/src/server/mod_proxy65.cpp
index 6fef3e21..f0ee7a01 100644
--- a/src/server/mod_proxy65.cpp
+++ b/src/server/mod_proxy65.cpp
@@ -268,6 +268,8 @@ QStringList QXmppServerProxy65::discoveryItems() const
bool QXmppServerProxy65::handleStanza(QXmppStream *stream, const QDomElement &element)
{
+ Q_UNUSED(stream);
+
if (element.attribute("to") != d->jid)
return false;