Updated for 1.2.0 release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2075 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-08-29 18:48:17 +00:00 committed by mtucker
parent 855117de82
commit 555c85aff9
2 changed files with 10 additions and 6 deletions

View File

@ -59,7 +59,7 @@ Smack Readme
<td><b>1.2.0</b></td>
</tr><tr>
<td>released:</td>
<td><b>August 22, 2003</b></td>
<td><b>August 29, 2003</b></td>
</tr>
</table>

View File

@ -53,7 +53,7 @@ Smack Changelog
</div>
<p>
<b>1.2.0</b> - August 22, 2003
<b>1.2.0</b> - August 29, 2003
<p>
<ul>
<li><font color="red"><b>!</b></font> A package structure and documentation has been added for Smack extensions,
@ -64,15 +64,21 @@ Smack Changelog
rather than WEB-INF/smack.providers. This location makes much more sense
for generic JAR files, but may break existing provider implementations
until the provider file is moved.
<li>Fixed bug where the roster list could become corrupted after
moving a user back and forther between groups.
<li>Fixed IQ error sub-packets.
<li>The default packet extension handler didn't deal with empty
elements well and also had a bug with attribute handling.
<li>Added a ConnectionListener feature which allows clients
to be notified of normally closed connections, and connections
closed due to errors.
<li>Fixed bug where the roster list could become corrupted after
moving a user back and forther between groups.
<li>Fixed bug where in some cases presence packets were not getting
tracked by the Roster class correctly.
<li>RosterListener has a new notification method that is called every time
the presence of a user in the roster is updated.
<li>Added Roster.getEntries() method to return all entries in the roster.
<li>Added RosterGroup.contains(String) method to check to see if an XMPP
address is part of the group.
<li>Minor fixes to Javadocs.
<li>Content can be copied and cleared from the debug window using
a pop-up menu.
@ -80,8 +86,6 @@ Smack Changelog
did not propertly initialize support for message listeners.
<li>Added support for anonymous logins.
<li>IQ is now an abstract class.
<li>Fixed bug where in some cases presence packets were not getting
tracked by the Roster class correctly.
<li>Fixed bug where XHTML messgaes could cause parsing errors.
</ul>