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