Commit 868d39f3 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Updated for 2.4.1 release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3284 b35dd754-fafc-0310-a699-88a17e54d16e
parent 17fb2653
......@@ -68,6 +68,31 @@
Wildfire Changelog
</div>
<p>
<b>2.4.1</b> -- January 12, 2005
<p>
<h2>New Features</h2>
<ul>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-395'>JM-395</a>] - Added support for s2s TLS security. <b>(10 votes)</b></li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-396'>JM-396</a>] - Added support for s2s SASL authentication. <b>(8 votes)</b></li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-514'>JM-514</a>] - Added support for s2s compression.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-501'>JM-501</a>] - Added support for JEP-33: Extended Stanza Addressing.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-503'>JM-503</a>] - Added script for viewing embedded db.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-507'>JM-507</a>] - Pack200 is now used to reduce download size.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-429'>JM-429</a>] - Exposed in the Admin Console TLS and SASL configurations. <b>(3 votes)</b></li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-502'>JM-502</a>] - Multiple clients trying to connect at once could fail to connect.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-511'>JM-511</a>] - Larger max number of connections in embedded database.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-493'>JM-493</a>] - Used JZLib for stream compression.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-498'>JM-498</a>] - Fixed SQL Server issue with DefaultGroupProvider.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-504'>JM-504</a>] - Creating accounts failed under Pandion.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-512'>JM-512</a>] - Retrieving next batch of users in User Manager threw exception in SqlServer.</li>
</ul>
<p>
<b>2.4.0</b> -- December 15, 2005
<p>
......
......@@ -54,7 +54,7 @@ Suite</a>.</p>
<th width="35%">Supported</th>
</tr><tr>
<td><a href="http://www.xmpp.org/specs/rfc3920.html">RFC 3920</a>: XMPP Core</td>
<td class="partially_supported">Yes/No (<a href="#rfc3920">see below</a>)</td>
<td class="supported">Yes</td>
</tr><tr>
<td><a href="http://www.xmpp.org/specs/rfc3921.html">RFC 3921</a>: XMPP IM</td>
<td class="partially_supported">Yes/No (<a href="#rfc3921">see below</a>)</td>
......@@ -140,6 +140,9 @@ JEPs that only require client-side support are omitted.</p>
</tr><tr>
<td><a href="http://www.jabber.org/jeps/jep-0030.html">JEP-0030</a>: Service Discovery</td>
<td>Basic</td>
</tr><tr>
<td><a href="http://www.jabber.org/jeps/jep-0033.html">JEP-0033</a>: Extended Stanza Addressing</td>
<td>-</td>
</tr><tr>
<td><a href="http://www.jabber.org/jeps/jep-0045.html">JEP-0045</a>: Multi-User Chat</td>
<td>Intermediate</td>
......@@ -187,22 +190,6 @@ JEPs that only require client-side support are omitted.</p>
<br>
<a name="rfc3920"></a>
<h2>Notes on RFC 3920: XMPP Core</h2>
<p>Wildfire has full support for the XMPP Core specification (RFC 3920), <b>except</b> for the items listed below:
<ul>
<li><b>TLS</b> (<a href="http://www.xmpp.org/specs/rfc3920.html#tls">RFC3920.5</a>) -- Jive
Wildfire provides support for client-to-server (c2s) TLS streams as defined in the RFC, but does not currently
provide support for TLS between servers (s2s).</li>
<li><b>SASL</b> (<a href="http://www.xmpp.org/specs/rfc3920.html#sasl">RFC33920.6</a>) --
Wildfire provides support for client-to-server (c2s) SASL authentication, but does not currently
provide support for SASL between servers (s2s).</li>
</ul>
<br>
<a name="rfc3921"></a>
<h2>Notes on RFC 3921: XMPP IM</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment