summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-10-04 18:20:42 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-10-04 18:20:42 (GMT)
commitf2009dabdf83fb6a5151a3b5b1277edbe79f0ad2 (patch)
treefe516ff1a3bf22028a924ff258328a28d35b29d0 /Swift/Controllers/MainController.h
parent7e72c9caae6c522f6c64b357434396b633876509 (diff)
downloadswift-f2009dabdf83fb6a5151a3b5b1277edbe79f0ad2.zip
swift-f2009dabdf83fb6a5151a3b5b1277edbe79f0ad2.tar.bz2
Handle errors during initial login correctly.
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r--Swift/Controllers/MainController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h
index 5c2b523..2971493 100644
--- a/Swift/Controllers/MainController.h
+++ b/Swift/Controllers/MainController.h
@@ -55,6 +55,7 @@ namespace Swift {
void handleConnected();
void handleLoginRequest(const String& username, const String& password, const String& certificateFile, bool remember);
+ void handleCancelLoginRequest();
void handleChatRequest(const String& contact);
void handleJoinMUCRequest(const JID& muc, const String& nick);
void handleIncomingPresence(boost::shared_ptr<Presence> presence);