1. 08 Mar, 2018 3 commits
  2. 06 Mar, 2018 3 commits
  3. 26 Feb, 2018 1 commit
  4. 23 Feb, 2018 2 commits
  5. 18 Feb, 2018 1 commit
  6. 14 Feb, 2018 2 commits
  7. 13 Feb, 2018 4 commits
  8. 09 Feb, 2018 3 commits
  9. 08 Feb, 2018 1 commit
  10. 30 Jan, 2018 1 commit
  11. 29 Jan, 2018 1 commit
  12. 26 Jan, 2018 2 commits
    • Christian Schudt's avatar
      WebSocket endpoint should allow null path. · e144967e
      Christian Schudt authored
      Currently the endpoint is only available via ws://host:port/ws/
      
      It will now also be available via ws://host:port/ws
      
      (note the lack of the trailing slash).
      
      URLs without trailing slash seem to be the standard for BOSH and WebSockets and are also used by XEP-0156.
      
       This commit increases interoperability.
      e144967e
    • Anno van Vliet's avatar
      Group Chat History contains one message to many. · b7179bc4
      Anno van Vliet authored
      When specifying “Show a Specific Number of Messages” for Group Chat
      History Settings, the user get one message to many. For example, if 10
      is specified. the user get the last eleven messages in the room.
      b7179bc4
  13. 24 Jan, 2018 1 commit
    • dbh's avatar
      OF-1460, Session Row jspf has a Hazelcast related bug. It assumes that all... · 9d5069ac
      dbh authored
      OF-1460, Session Row jspf has a Hazelcast related bug. It assumes that all sessions are LocalClientSessions. But, in a multi-node hazelcast enabled openfire environment, (#997)
      
      there may be remote (not local) sessions as well.  The bug is a cast of sess to LocalClientSession, but that isn't always appropriate. Session Details and Session Summary jspf pages use this jspf file
      9d5069ac
  14. 23 Dec, 2017 3 commits
  15. 22 Dec, 2017 1 commit
  16. 21 Dec, 2017 1 commit
  17. 20 Dec, 2017 2 commits
  18. 15 Dec, 2017 6 commits
  19. 12 Dec, 2017 2 commits