前言
XMPP开源IM客户端Spark在2017新年初发布了2.8.3版,该版本是个次要更新版,修复了bug并新增了若干新特性。
Spark是一个开源、跨平台IM客户端(支持Linux、windows、Mac OS X平台)。它的特性支持集组聊天,电话集成和强大安全性能。如果企业内部部署IM使用Openfire+Spark是最佳的组合。 官方的说明原文 The Ignite Realtime community has just released Spark 2.8.3 and it can be downloaded from the Ignite Realtime: Downloads
This is a regular update. A few issues have been fixed. Bundled Java updated to the latest version. There is a new menu to view history of sent broadcasts and an option to login anonymously. For a complete list of changes please check the Spark Changelog We encourage developers to get involved with Spark project by providing feedback and patches in the forums or submitting pull requests to GitHub - igniterealtime/Spark: Cross-platform real-time collaboration client optimized for business and organizations. Here is the list of contributors to this release (besides myself): Michael - fixed Advanced settings not being saved without opening that menu, always on top issue and changed behavior when Auto Login is hidden Alexander198961 (Aleksander Kovtunenko) · GitHub - added a feature to save broadcasts history and access it via a new menu option Jerry - added support for anonymous login Guus der Kinderen - fixed issue when joining a room with a duplicate nickname and improved build time by removing unneeded code style checks Daryl Herzmann - helped to clean up the code further (removing legacy CVS keywords) speedy - fixed issues with password not being deleted when it should and added log file rotating by size Atalanttore (Ettore Atalan) · GitHub - updated German translation 2.8.3 版更新内容Bug- [SPARK-1844] - Not saving settings without opening Advanced menu once
- [SPARK-1848] - Setting "Chat Window Always on Top" also enables "Main Window Always on Top" behavior
- [SPARK-1853] - NPE when not setting an avatar
- [SPARK-1854] - Joining a MUC with a duplicate nickname results in strange behavior.
- [SPARK-1855] - ContactList should not pop up when logging off
- [SPARK-1858] - Password not removed from spark.properties when "Save Password" option is disabled
- [SPARK-1863] - Resets initially empty values in Advanced menu when logging out
New Feature- [SPARK-1825] - Add an option to see a history of broadcasts
- [SPARK-1852] - Add anonymous SASL login support
Task- [SPARK-1821] - Update bundled JRE with the latest version
- [SPARK-1856] - Remove unused static analyzers
- [SPARK-1857] - Remove legacy CVS keywords
- [SPARK-1862] - Remove obsolete information from Readme and update links
Improvement- [SPARK-1847] - Remove Log out menu when Auto Login and Save Password are disabled
- [SPARK-1849] - Make logs rotate based on size or time
- [SPARK-1850] - Shouldn't save password when SSO is being used
- [SPARK-1860] - Implement group chat duplicate name deconfliction similar to 2.7.7
- [SPARK-1864] - Add translations to MUC dialogs
- [SPARK-1867] - Update German translation
下载地址 |