- 10 Aug, 2017 1 commit
-
-
Greg Thomas authored
-
- 08 Aug, 2017 2 commits
-
-
akrherz authored
-
Guus der Kinderen authored
-
- 07 Aug, 2017 5 commits
-
-
Josh Gitlin authored
Fixing NullPointerException caused by having a mix of valid Groups and NULLs inside the result of getGroupsFromKeys
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Openfire 4.2.0 will have the functionality that's now in the websocket plugin. As a result, this plugin should not be used in Openfire 4.2.0. To facilitate this, we've defined a new concept of 'priorToServerVersion' in OF-1353. This commit defines that the plugin should only be used in Openfire instances prior to version 4.2.0.
-
Guus der Kinderen authored
-
Dele Olajide authored
websocket plugin has been broken since Openfire 4.1.4. This PR implements the missing code and fixes the issue @Override public ConnectionConfiguration getConfiguration() { // TODO Here we run into an issue with the ConnectionConfiguration introduced in Openfire 4: // it is not extensible in the sense that unforeseen connection types can be added. // For now, null is returned, as this object is likely to be unused (its lifecycle is // not managed by a ConnectionListener instance). return null; }
-
- 30 Jul, 2017 1 commit
-
-
wroot authored
* OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat
-
- 24 Jul, 2017 1 commit
-
-
akrherz authored
-
- 13 Jul, 2017 1 commit
-
-
Guus der Kinderen authored
-
- 11 Jul, 2017 7 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Greg Thomas authored
-
akrherz authored
This is a complex problem. During setup, fetching xmppSettings from the session may fail due to an invalid session state maintained between the client browser and the server. This is likely caused by a previous HTTPS session to the same server hostname setting a `JSESSIONID` that subsequently can not be overwritten by the current HTTP openfire-setup session. This introduces i18n string `setup.invalid_session`
-
Guus der Kinderen authored
Usage of Mapped providers requires a lot of configuration, that should be documented. The documentation provided in this commit describes a common use case, in which admins are to be retrieved from the default providers, while regular users are obtained from an external system.
-
- 10 Jul, 2017 2 commits
-
-
Guus der Kinderen authored
* OF-1359: Admin console changes should be reflected in changelog and version number. * OF-1360: Update inVerse plugin to match upstream Converse 3.1.0 release.
-
Dele Olajide authored
-
- 07 Jul, 2017 1 commit
-
-
Christian Schudt authored
Fixes OF-1308
-
- 30 Jun, 2017 2 commits
-
-
daryl herzmann authored
OF-1350 MUC passwords
-
wroot authored
* OF-1343 added comments about changes in 4.1.5 * OF-1343 a note about new service behavior
-
- 27 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
The static web content handler is allowed to be null (when there's no static content to be served). In such case, the null-handler shouldn't be loaded in Jetty (which will throws nullpointers).
-
- 25 Jun, 2017 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 24 Jun, 2017 2 commits
-
-
daryl herzmann authored
Various plugin-related improvements.
-
Guus der Kinderen authored
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
-
- 23 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
* OF-546: UserImportExport plugin should have admin console when built with Maven. * OF-1355: UserImportExport should not fail on missing optional config.
-
- 22 Jun, 2017 7 commits
-
-
Guus der Kinderen authored
A new Openfire plugin, that bundles the third-party Candy web client.
-
Guus der Kinderen authored
A new Openfire plugin, that bundles the third party 'inVerse' web client.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
'max' implies to specify a server version that still supports the plugin, while typically, one would like to specify the first version in which support was dropped. That version should thus be 'exclusive'.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
XMPP defines two configuration fields for password-protecting a room: - one that defines if the room is password protected. - another one that defines the password. Openfire, internally, only stores the password, if password-protection is required. Some clients send only a password, without explicitly defining the password-protection boolean. In such cases, Openfire should be somewhat flexible, and process the configuration form as intended by the user.
-
- 21 Jun, 2017 3 commits
-
-
Guus der Kinderen authored
This commit started with the intention of adding a maxServerVersion attribute for plugins, but resulted in a partial rewrite. Changes: - Removed the License enumeration - now, a simple string is used. - Split off the admin console page that shows the content of readme and changelog files to a dedicated page, instead of plugin-admin.jsp - Better define the difference between the plugin (human readable) name ("Avatar Resizer") and its canonical name ("avatarresizer") - The admin console now shows plugins that have been downloaded/installed, but cannot be loaded. Where possible, an update is suggested. - Support for maxServerVersion - plugins can now define a version of Openfire in which they will no longer load.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 20 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
-