summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-11-10 22:36:26 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-11-10 22:36:26 (GMT)
commit6a20be61e229255f93d55f13be3346525698237a (patch)
treec7ed9949826b554297100267c560b2435c043955 /Swiften/Client/Client.h
parentd6322619cdfd34e62126cd9b8a09d95316fff6ae (diff)
downloadswift-6a20be61e229255f93d55f13be3346525698237a.zip
swift-6a20be61e229255f93d55f13be3346525698237a.tar.bz2
Close connection properly on disconnect and session end.
Diffstat (limited to 'Swiften/Client/Client.h')
-rw-r--r--Swiften/Client/Client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Client/Client.h b/Swiften/Client/Client.h
index 5188789..3f7d350 100644
--- a/Swiften/Client/Client.h
+++ b/Swiften/Client/Client.h
@@ -55,7 +55,7 @@ namespace Swift {
void handleDataRead(const String&);
void handleDataWritten(const String&);
- void reset();
+ void closeConnection();
private:
JID jid_;