mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +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
|
Requirements
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
The only requirement for Smack is JDK 1.2 or later. An XML parser is embedded in the smack.jar
|
The only requirement for Smack is JDK 1.2 or later<sup>
|
||||||
file and no other third party libraries are required.
|
<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">
|
<p class="subheader">
|
||||||
Establishing a Connection
|
Establishing a Connection
|
||||||
|
@ -58,7 +63,7 @@ Working with the Roster
|
||||||
CONTENT COMING SOON
|
CONTENT COMING SOON
|
||||||
|
|
||||||
<p class="subheader">
|
<p class="subheader">
|
||||||
Packets -- Reading and Writing
|
Reading and Writing Packets
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Each message to the XMPP server from a client is called a packet and is
|
Each message to the XMPP server from a client is called a packet and is
|
||||||
|
|
Loading…
Reference in a new issue