mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
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
This commit is contained in:
parent
2dd6598c24
commit
07d26e4487
1 changed files with 8 additions and 3 deletions
|
@ -23,8 +23,13 @@ important classes and concepts.
|
|||
Requirements
|
||||
</p>
|
||||
|
||||
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<sup>
|
||||
<a style="text-decoration:none;" href="#ssenote">1</a></sup>.
|
||||
An XML parser is embedded in the smack.jar file and no other third party
|
||||
libraries are required.<p>
|
||||
|
||||
<sup>1</sup> <font size="-1"><i>JDK 1.2 and 1.3 users that wish to use SSL connections must have the
|
||||
<a href="http://java.sun.com/products/jsse/index-103.html">JSSE</a> library in their classpath.</i></font>
|
||||
|
||||
<p class="subheader">
|
||||
Establishing a Connection
|
||||
|
@ -58,7 +63,7 @@ Working with the Roster
|
|||
CONTENT COMING SOON
|
||||
|
||||
<p class="subheader">
|
||||
Packets -- Reading and Writing
|
||||
Reading and Writing Packets
|
||||
</p>
|
||||
|
||||
Each message to the XMPP server from a client is called a packet and is
|
||||
|
|
Loading…
Reference in a new issue