Commit Graph

81 Commits

Author SHA1 Message Date
77f0e33b80 Update plugin versions and homepage URL 2026-02-02 12:10:46 +02:00
e161cf11e8 Update version to 3.1.0-SNAPSHOT 2026-02-01 23:47:56 +02:00
fbe4eea90f Use UTF_8 constant for encoding 2026-01-30 23:53:05 +02:00
b09d385496 SPARK-2017: Upgrade Java version to 11 2026-01-30 23:53:05 +02:00
c64375052c Equals for enums 2026-01-28 23:15:44 +02:00
a2b277cd88 SPARK-2355: Migrate to MessageBuilder 2026-01-06 11:36:02 +01:00
d960a54d3a SPARK-2355: Migrate to new Smack API 2026-01-06 11:36:02 +01:00
e7d167931e ChatRoomDecorator and SparkMeetPlugin: message.To is set in sendMessage() 2026-01-05 20:39:37 +01:00
8313e43eb4 SPARK-2360: Isolate bugs, log improvements
There is a slew of minor issues, such as operating on non-existing images, that throw unchecked exceptions and break the application badly.

To isolate these occurrences, exception handling can be put in place, with some logging being generated. That won’t solve the underlying issue, but it should limit the impact of these issues.
2025-10-10 12:34:32 +02:00
fb3d5d763e SparkMeetPlugin: reduce logging 2025-07-26 10:59:27 +03:00
f212d884d0 SparkMeetPlugin: Use getBareJid().getLocalpart() 2025-07-26 10:59:26 +03:00
fdd6ac67ca sparkmeet i18n 2025-07-26 10:28:38 +03:00
269f50118e sparkmeet_i18n.properties: remove unused key sparkmeetEnabled 2025-07-26 10:28:29 +03:00
7926dd0cd2 SparkMeetPlugin: initializeOnlineMeetings() use early return 2025-07-26 07:54:52 +03:00
4943a05c44 SparkMeetPlugin: extract separate initializeOnlineMeetings() 2025-07-26 07:51:49 +03:00
364d1a837f Update plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/SparkMeetPlugin.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-21 12:03:12 +01:00
a0f28184ad Update plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/SparkMeetPlugin.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-21 12:02:23 +01:00
43a37bf697 Update plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/QueryRequest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-21 11:43:29 +01:00
c4affe809d update documentation 2025-07-21 11:31:59 +01:00
b6771fa03c First attempt at implementing xep-0483. Supports jitsi, galene and ohun 2025-07-20 22:54:39 +01:00
8741ee24cc plugins/ofmeet: hide the NoSuchFieldException sys_paths
Co-authored-by: Dzikoysk <dzikoysk@dzikoysk.net>
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-11 11:43:24 +03:00
aa70f9be52 march release toward 3.0.3-SNAPSHOT 2023-03-31 12:37:43 -05:00
746a17c029 Denote Spark 3.0.2 release 2023-03-31 17:54:02 +03:00
26eecece43 Add i18n and improve Preference panel for Pade Meeting 2022-12-20 18:17:07 +03:00
2bceff4c65 Raise the minimum requirements for plugins. (#773)
Spark supports Java 8 and above.
Starting with Spark 3.0.0, translations are no longer distorted(with java 9 and above), we need to build on this version
2022-12-20 16:39:51 +03:00
f9965b33b5 Spark 3.0.2 snapshot (#767) 2022-12-12 22:32:22 +03:00
8e13cd3d17 Denote Spark 3.0.1 Release 2022-12-12 21:56:36 +03:00
63b3781b72 Update dependencies 2022-12-04 20:23:21 +03:00
13bcb2bfdc march master branch toward 3.0.1-SNAPSHOT 2022-11-14 20:14:10 +03:00
238f205c05 Denote Spark 3.0.0 Release 2022-11-14 08:19:40 -06:00
4e667de886 fix path 2022-10-20 16:14:08 +03:00
dce6722fd1 Add Preferences Panel in SparkMeet 2022-10-18 20:57:02 +01:00
1c4f28c0c1 Linux and MacOs can useFileUploadPlugin and SparkMeetPlugin (#746) 2022-10-18 15:00:37 +03:00
81e31e5b54 march master branch toward 3.0.0-SNAPSHOT 2021-04-26 15:34:52 -05:00
e5acbc3027 Denote release 3.0.0-beta 2021-04-25 21:25:25 -05:00
666549918b Update emoticons and fix missing icons in preferences and chat room 2020-12-19 18:19:15 +03:00
2e81a0b9f4 Run the electron download in a thread
replace sun.misc.BASE64Decoder with javax.xml.bind.DatatypeConverter
2020-11-25 21:35:38 +00:00
7c6b4e827f SPARK-2204: Code cleanup: Remove unused fields and variables 2020-11-17 23:26:30 +03:00
7fa5bc29b9 SPARK-2204: Code cleanup: Remove unused imports 2020-11-17 00:59:13 +03:00
ff7175800c SPARK-2204: Code cleanup: Delete declaration of exceptions that are never thrown 2020-11-17 00:27:11 +03:00
fb5a40c69a SPARK-2204: Code cleanup: Add private and final modifiers to methods if possible 2020-11-16 23:37:28 +03:00
75682fec07 SPARK-2204: Code cleanup: Remove redundant final modifier from private and static methods 2020-11-16 22:48:52 +03:00
e474e1c67f SPARK-2204: Code cleanup: Use Java 8 features like lambda statements/expressions, and method references instead of anonymous inner classes implementing functional interfaces 2020-11-15 22:02:28 +03:00
79a4e366f0 SPARK-2204: Code cleanup: Remove explicit type arguments when applicable
This will improve code readability.
2020-11-15 02:02:41 +03:00
9cc1a85b43 SPARK-2204: Code cleanup: Replace String.indexOf() with contains() when applicable 2020-11-15 01:51:02 +03:00
bbf8d95caa SPARK-2204: Code cleanup: Make fields final if possible
This can have a good effect on performance, I think
2020-11-15 00:58:49 +03:00
fda951eabf SPARK-2204: Code cleanup: Remove unnecessary modifiers from interfaces methods and inner classes 2020-11-15 00:30:08 +03:00
67638034d2 march master branch toward 2.9.5-SNAPSHOT 2020-11-14 07:05:11 -06:00
b1f908b696 Denote release 2.9.4 2020-11-14 06:45:21 -06:00
506e744fbd SPARK-1469: Code cleanup: Fix probable bugs: Remove unused assignment and redundant initializers 2020-11-13 23:00:43 +03:00