summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Queries')
-rw-r--r--Swiften/Queries/DummyIQChannel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Swiften/Queries/DummyIQChannel.h b/Swiften/Queries/DummyIQChannel.h
index f72d7a5..c0a4a25 100644
--- a/Swiften/Queries/DummyIQChannel.h
+++ b/Swiften/Queries/DummyIQChannel.h
@@ -18,6 +18,10 @@ namespace Swift {
return "test-id";
}
+ virtual bool isAvailable() {
+ return true;
+ }
+
std::vector<boost::shared_ptr<IQ> > iqs_;
};
}