From 07d26e448774149f5d3b7844c00e6b0fe7374963 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Mon, 27 Jan 2003 15:54:32 +0000 Subject: [PATCH] Note about SSL under JDK 1.2 and 1.3. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1827 b35dd754-fafc-0310-a699-88a17e54d16e --- documentation/gettingstarted.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/documentation/gettingstarted.html b/documentation/gettingstarted.html index a12852706..d2247c560 100644 --- a/documentation/gettingstarted.html +++ b/documentation/gettingstarted.html @@ -23,8 +23,13 @@ important classes and concepts. Requirements

-The only requirement for Smack is JDK 1.2 or later. An XML parser is embedded in the smack.jar -file and no other third party libraries are required. +The only requirement for Smack is JDK 1.2 or later +1. +An XML parser is embedded in the smack.jar file and no other third party +libraries are required.

+ +1 JDK 1.2 and 1.3 users that wish to use SSL connections must have the +JSSE library in their classpath.

Establishing a Connection @@ -58,7 +63,7 @@ Working with the Roster CONTENT COMING SOON

-Packets -- Reading and Writing +Reading and Writing Packets

Each message to the XMPP server from a client is called a packet and is