Updated for upcoming 1.2.0 release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2040 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-08-19 15:24:51 +00:00 committed by mtucker
parent 1d555165b0
commit 87d24ef76b
2 changed files with 37 additions and 2 deletions

View File

@ -56,10 +56,10 @@ Smack Readme
<table boder=0>
<tr>
<td>version:</td>
<td><b>1.1.1</b></td>
<td><b>1.2.0</b></td>
</tr><tr>
<td>released:</td>
<td><b>June 25, 2003</b></td>
<td><b>August 22, 2003</b></td>
</tr>
</table>

View File

@ -52,6 +52,41 @@
Smack Changelog
</div>
<p>
<b>1.2.0</b> - August 22, 2003
<p>
<ul>
<li><font color="red"><b>!</b></font> A package structure and documentation has been added for Smack extensions,
which cover extensions to the XMPP protocol. The initial extensions are
for message events (JEP 22), roster item exchange (JEP 93), entity
time (JEP 90), and private data storage (JEP 49).
<li><font color="red"><b>!</b></font> The smack.providers file is now loaded from META-INF/smack.providers
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.
Fix by John Rubier.
<li>Added a ConnectionListener feature which allows clients
to be notified of normally closed connections, and connections
closed due to errors.
<li>Added Roster.getEntries() method to return all entries in the roster.
<li>Minor fixes to Javadocs.
<li>Content can be copied and cleared from the debug window using
a pop-up menu.
<li>The Chat constructor that took an existing chatID as an argument
did not propertly initialize support for message listeners.
Fix by Mike Angel.
<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>
<p>
<b>1.1.1</b> - June 25, 2003
<p>