summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-09-15 07:36:24 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-09-15 07:38:51 (GMT)
commitc557a9771c99012624e104e5bc71aeb93f38a8bf (patch)
tree72ade858fa4d2e8b16f1af714c310246d38c9c79 /Swift/Controllers/ChatControllerBase.cpp
parent71accda257c880d576b8b55f1e62d6d7178bab25 (diff)
downloadswift-contrib-c557a9771c99012624e104e5bc71aeb93f38a8bf.zip
swift-contrib-c557a9771c99012624e104e5bc71aeb93f38a8bf.tar.bz2
Logout without signout, but without UI notification that you're logged out.
Diffstat (limited to 'Swift/Controllers/ChatControllerBase.cpp')
-rw-r--r--Swift/Controllers/ChatControllerBase.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/Swift/Controllers/ChatControllerBase.cpp b/Swift/Controllers/ChatControllerBase.cpp
index 92b77b5..519b019 100644
--- a/Swift/Controllers/ChatControllerBase.cpp
+++ b/Swift/Controllers/ChatControllerBase.cpp
@@ -21,7 +21,12 @@ ChatControllerBase::ChatControllerBase(const JID& self, StanzaChannel* stanzaCha
ChatControllerBase::~ChatControllerBase() {
delete chatWindow_;
}
-
+
+void ChatControllerBase::setEnabled(bool enabled) {
+ //FIXME: implement
+ h
+}
+
void ChatControllerBase::setAvailableServerFeatures(boost::shared_ptr<DiscoInfo> info) {
if (info->hasFeature(DiscoInfo::SecurityLabels)) {
chatWindow_->setSecurityLabelsEnabled(true);