Updated for 1.0 release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1907 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-04-25 20:42:58 +00:00 committed by mtucker
parent f972d88d5e
commit 8b42274576
2 changed files with 23 additions and 2 deletions

View File

@ -56,10 +56,10 @@ Smack Readme
<table boder=0>
<tr>
<td>version:</td>
<td><b>1.0 Beta 3</b></td>
<td><b>1.0.0</b></td>
</tr><tr>
<td>released:</td>
<td><b>March 9, 2003</b></td>
<td><b>April 25, 2003</b></td>
</tr>
</table>

View File

@ -52,6 +52,27 @@
Smack Changelog
</div>
<p>
<b>1.0.0</b> - April 25, 2003
<p>
<ul>
<li>Fixed bug when removing packet listeners.
<li>Many improvements to the roster class, include presence support,
the ability to add new roster entries, subscription handling, ability
to see list of entries not in groups, and many bug fixes.
<li>Fixed ClassCastException in login method.
<li>Add roster listener feature.
<li>Added ability to get the list of users in a group chat.
<li>Default presence mode now has a specific type instead of being null.
<li>Packet collectors now have a xax number of packets they will queue up.
<li>The getRoster() method now waits for the roster from the server before returning.
<li>Registration operations now use the "to" field for packets.
<li>Improved XMPPException class.
<li>Added support for easily creating listeners for chat and group chats.
<li>Fixed NullPointer in ToFilter.
<li>Added XMPP ID parsing methods to StringUtils class.
</ul>
<p>
<b>1.0 Beta 3</b> - March 9, 2003
<p>