Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap updates for 2025 Q1 #291

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/main/webapp/roadmap.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<thead>
<tr>
<th class="nothing">&nbsp;</th>
<th>Version 5.0.x, Q4 2024 - Q1 2025</th>
<th>Version 5.0.x, Q1 2025</th>
<th>Future</th>
</tr>
</thead>
Expand All @@ -49,13 +49,15 @@
<td class="label">Openfire</td>
<td><ul>
<li>Upgrade of embedded webserver Jetty, from 10 to 12</li>
<li>Update implementation of XEP-0289 'Federated MUC for Constrained Environments'</li>
<li>Add support for the Online Certificate Status Protocol</li>
<li>Add for Certificate Revocation List support</li>
<li>Additional options for archiving chat rooms</li>
<li>Improved IPv6 support</li>
<li>Reproducible builds</li>
<li>Improved support to integrate with multiple external data sources</li>
</ul></td>
<td><ul>
<li>Update implementation of XEP-0289 'Federated MUC for Constrained Environments'</li>
<li>Bump support for modern SASL (authentication) mechanism</li>
<li>XEP-0440: SASL Channel-Binding Type Capability</li>
<li>XEP-0474: SASL SCRAM Downgrade Protection</li>
Expand All @@ -80,7 +82,7 @@
</div>
</p>

<p>* Plan as of November 13, 2024. Subject to change; we make no promises on future releases. :-)</p>
<p>* Plan as of January 9, 2025. Subject to change; we make no promises on future releases. :-)</p>

<h2>Can we please have ... ?</h2>

Expand Down
Loading