mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Beta 3 changes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1850 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
dc5a177158
commit
6b472c6145
2 changed files with 18 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 2</b></td>
|
<td><b>1.0 Beta 3</b></td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>released:</td>
|
<td>released:</td>
|
||||||
<td><b>February 10, 2003</b></td>
|
<td><b>March 9, 2003</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
@ -52,6 +52,22 @@
|
||||||
Smack Changelog
|
Smack Changelog
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<b>1.0 Beta 3</b> - March 9, 2003
|
||||||
|
<p>
|
||||||
|
<ul>
|
||||||
|
<li>Add new AccountManager class which can be used to create accounts, delete accounts,
|
||||||
|
and update passwords of existing accounts.
|
||||||
|
<li>Fixed bug reading packet properties.
|
||||||
|
<li>Fixed NullPointer in the FromContainsFilter.
|
||||||
|
<li>Improved XMPPException class, which includes bug fixes and XMPP error codes.
|
||||||
|
<li>Improved error handling and messages on the login operation.
|
||||||
|
<li>Added ability to the XMPPConnection class find if the user has authenticated,
|
||||||
|
and if so, under which username and resource.
|
||||||
|
<li>Debug window title now adjusts based on who authenticated user is.
|
||||||
|
<li>Improved Javadocs.
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>1.0 Beta 2</b> - February 10, 2003
|
<b>1.0 Beta 2</b> - February 10, 2003
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue