From f4c7e2e0865340c1d58dae935d6ee7b23afdc8e1 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 19 Dec 2014 11:14:34 +0100 Subject: [PATCH] Add smack-tcp to gettingstarted.md --- documentation/gettingstarted.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/gettingstarted.md b/documentation/gettingstarted.md index f8f75ad02..1cd93ae2a 100644 --- a/documentation/gettingstarted.md +++ b/documentation/gettingstarted.md @@ -14,6 +14,7 @@ library ships as several JAR files to provide more flexibility over which features applications require: * `smack-core.jar` -- provides core XMPP functionality. All XMPP features that are part of the XMPP RFCs are included. + * `smack-tcp.jar` -- support for XMPP over TCP. Includes XMPPTCPConnection class, which you usually want to use * `smack-extensions.jar` -- support for many of the extensions (XEPs) defined by the XMPP Standards Foundation, including multi-user chat, file transfer, user search, etc. The extensions are documented in the [extensions manual](extensions/index.html). * `smack-experimental.jar` -- support for experimental extensions (XEPs) defined by the XMPP Standards Foundation. The API and functionality of those extensions should be considered as unstable. * `smack-legacy.jar` -- support for legacy extensions (XEPs) defined by the XMPP Standards Foundation.