summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-09-15 10:06:15 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-09-15 10:06:15 (GMT)
commit13c1ef651158d8bdbd459ebea461c23c89699abd (patch)
treeb453d0f28ebd14560829cbe8283ed12cb488af34 /Swiften/Queries/IQChannel.h
parentc557a9771c99012624e104e5bc71aeb93f38a8bf (diff)
downloadswift-13c1ef651158d8bdbd459ebea461c23c89699abd.zip
swift-13c1ef651158d8bdbd459ebea461c23c89699abd.tar.bz2
Completely untested. Rewiring the MainController for Client to be reconnectable (won't compile).
Diffstat (limited to 'Swiften/Queries/IQChannel.h')
-rw-r--r--Swiften/Queries/IQChannel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Queries/IQChannel.h b/Swiften/Queries/IQChannel.h
index 0dbb1be..1692afe 100644
--- a/Swiften/Queries/IQChannel.h
+++ b/Swiften/Queries/IQChannel.h
@@ -14,6 +14,8 @@ namespace Swift {
virtual void sendIQ(boost::shared_ptr<IQ>) = 0;
virtual String getNewIQID() = 0;
+
+ virtual bool isAvailable() = 0;
boost::signal<void (boost::shared_ptr<IQ>)> onIQReceived;
};