aboutsummaryrefslogtreecommitdiff
path: root/src/server/mod_ping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mod_ping.cpp')
-rw-r--r--src/server/mod_ping.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/mod_ping.cpp b/src/server/mod_ping.cpp
index 79d297e7..f59393a9 100644
--- a/src/server/mod_ping.cpp
+++ b/src/server/mod_ping.cpp
@@ -38,6 +38,8 @@ QStringList QXmppServerPing::discoveryFeatures() const
bool QXmppServerPing::handleStanza(QXmppStream *stream, const QDomElement &element)
{
+ Q_UNUSED(stream);
+
if (element.attribute("to") != server()->domain())
return false;