forked from I2P_Developers/i2p.i2p
Fix errors that tests/scripts/checkxml.sh found
This commit is contained in:
@ -19,7 +19,7 @@ ATalk application. It isn't really useful, but it is
|
||||
heavily documented code.</p>
|
||||
|
||||
<p>This client package provides the basic necessity for communicating over I2P,
|
||||
but there are three other subpackages that are helpful. Specifically:<ul>
|
||||
but there are three other subpackages that are helpful. Specifically:</p><ul>
|
||||
<li>{@link net.i2p.client.datagram} - for applications that want their messages
|
||||
to be both authenticated and repliable</li>
|
||||
<li>{@link net.i2p.client.naming} - for applications that want to resolve
|
||||
@ -28,7 +28,7 @@ but there are three other subpackages that are helpful. Specifically:<ul>
|
||||
a streaming API to provide reliable in order message delivery (<b>note</b>:
|
||||
the streaming library is packaged seperate from the main SDK - in the
|
||||
mstreaming.jar and streaming.jar)</li>
|
||||
</ul></p>
|
||||
</ul>
|
||||
|
||||
<p>The {@link net.i2p.client.I2PSession} implementation itself communicates with
|
||||
the I2P router by the I2CP (the client protocol).</p>
|
||||
|
Reference in New Issue
Block a user