1. 07 Aug, 2017 3 commits
    • Guus der Kinderen's avatar
      OF-1339: Prepare websocket plugin for merge into core. · c184295a
      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.
      c184295a
    • Guus der Kinderen's avatar
      a542b323
    • Dele Olajide's avatar
      websocket plugin has been broken since Openfire 4.1.4. This PR implements the... · bb9d52c0
      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;
         }
      bb9d52c0
  2. 30 Jul, 2017 1 commit
    • wroot's avatar
      OF-1354 add option to CC to disable start a chat (#841) · 4f5179c7
      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
      4f5179c7
  3. 24 Jul, 2017 1 commit
  4. 13 Jul, 2017 1 commit
  5. 11 Jul, 2017 7 commits
  6. 10 Jul, 2017 2 commits
  7. 07 Jul, 2017 1 commit
  8. 30 Jun, 2017 2 commits
  9. 27 Jun, 2017 1 commit
  10. 25 Jun, 2017 2 commits
  11. 24 Jun, 2017 2 commits
  12. 23 Jun, 2017 1 commit
  13. 22 Jun, 2017 7 commits
  14. 21 Jun, 2017 3 commits
    • Guus der Kinderen's avatar
      OF-1353: Adding maxServerVersion (and more) · fee25623
      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.
      fee25623
    • Guus der Kinderen's avatar
      Adding custom JSTL functions. · f7010088
      Guus der Kinderen authored
      f7010088
    • Guus der Kinderen's avatar
      93f81848
  15. 20 Jun, 2017 1 commit
  16. 19 Jun, 2017 1 commit
  17. 15 Jun, 2017 1 commit
  18. 14 Jun, 2017 1 commit
  19. 12 Jun, 2017 2 commits