* SPARK-1735: MUC occupants list should have width
This commit attempts to prevent that the occupants list in a MUC
screen has a near-zero width.
* SPARK-1772: Icons for muc role fix
* SPARK-1735: MUC occupants list should have vertical scrollbar
* SPARK-1735: MUC occupants list should have width
This commit attempts to prevent that the occupants list in a MUC
screen has a near-zero width.
* SPARK-1772: Icons for muc role fix
A user cannot have both a resource based on host name, as well as
based on Spark version. A radiobutton is not suitable either, as
a user can also opt to use neither.
The SSO settings in the 'advanced connection settings' dialog has a
checkbox that displays 'advanced' options. Those options are not that
advanced, and the additional checkbox is confusing. It's better to
remove that checkbox (reduces confusion), and show those extra
settings immediately.
The file transfer manager should, if enabled, always get initialized.
The old code depended on a authentication to succeed. However, if that
occurred before the file transfer manager was invoked, initialization
would never occur.
1-on-1 message displaying is tricky. When in a regular chat, Spark
should listen to messages sent by any resource, associated to any
of the JIDs of the peer. In context of a MUC private message however,
the filter MUST be applied to the full jid (which will be:
roomname@servicename/nickname).
* Prevent exceptions from going unnoticed.
* SPARK-1750: Spark should reconnect by default.
This commit restored the automatic reconnection that's attempted
by Spark, when an XMPP connection unexpectedly fails. The commit
makes use of a construct offered by Smack (which was changed from
Smack 3 to 4).
The Fastpath/workgroup classes should be loaded in the ProviderManager.
This does not happen by default in Smack 4.1 (see SMACK-729). This commit
adds a bit of code that works around that issue.
* SPARK-1646 - Not switching to Away mode when locking screen on Windows 10 and updated JNA and JNA Platform 4.2.2
* SPARK-1646 - Not switching to Away mode when locking screen on Windows 10 and updated JNA and JNA Platform 4.2.2
* SPARK-1646 - Not switching to Away mode when locking screen on Windows 10 and updated JNA and JNA Platform 4.2.2