summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-10 18:01:30 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-10 18:01:30 (GMT)
commitdcf30da8e1bf6c3e42f9d0ac8adbdb14f77a9622 (patch)
treed564a22737c77fe33e43e42e6ff8f55a98a6dc6d /Swiften/Client/CoreClient.h
parent1a3208aff3349cdecec30f12dacfd10ecb5901eb (diff)
downloadswift-dcf30da8e1bf6c3e42f9d0ac8adbdb14f77a9622.zip
swift-dcf30da8e1bf6c3e42f9d0ac8adbdb14f77a9622.tar.bz2
Move SoftwareVersion responder from Swift to Client.
Diffstat (limited to 'Swiften/Client/CoreClient.h')
-rw-r--r--Swiften/Client/CoreClient.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Swiften/Client/CoreClient.h b/Swiften/Client/CoreClient.h
index 704cf3b..02d98b6 100644
--- a/Swiften/Client/CoreClient.h
+++ b/Swiften/Client/CoreClient.h
@@ -32,6 +32,15 @@ namespace Swift {
class ClientSession;
class BasicSessionStream;
+ /**
+ * The central class for communicating with an XMPP server.
+ *
+ * This class is responsible for setting up the connection with the XMPP server, authenticating, and
+ * initializing the session.
+ *
+ * This class can be used directly in your application, although the Client subclass provides more
+ * functionality and interfaces, and is better suited for most needs.
+ */
class CoreClient {
public:
CoreClient(const JID& jid, const String& password);