mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
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:
parent
f972d88d5e
commit
8b42274576
2 changed files with 23 additions and 2 deletions
|
@ -56,10 +56,10 @@ Smack Readme
|
||||||
<table boder=0>
|
<table boder=0>
|
||||||
<tr>
|
<tr>
|
||||||
<td>version:</td>
|
<td>version:</td>
|
||||||
<td><b>1.0 Beta 3</b></td>
|
<td><b>1.0.0</b></td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>released:</td>
|
<td>released:</td>
|
||||||
<td><b>March 9, 2003</b></td>
|
<td><b>April 25, 2003</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
@ -52,6 +52,27 @@
|
||||||
Smack Changelog
|
Smack Changelog
|
||||||
</div>
|
</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>
|
<p>
|
||||||
<b>1.0 Beta 3</b> - March 9, 2003
|
<b>1.0 Beta 3</b> - March 9, 2003
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue