1. 16 Mar, 2018 2 commits
  2. 11 Mar, 2018 1 commit
  3. 09 Mar, 2018 3 commits
  4. 08 Mar, 2018 3 commits
  5. 06 Mar, 2018 3 commits
  6. 26 Feb, 2018 1 commit
  7. 23 Feb, 2018 2 commits
  8. 18 Feb, 2018 1 commit
  9. 14 Feb, 2018 2 commits
  10. 13 Feb, 2018 4 commits
  11. 09 Feb, 2018 3 commits
  12. 08 Feb, 2018 1 commit
  13. 30 Jan, 2018 1 commit
  14. 29 Jan, 2018 1 commit
  15. 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
  16. 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
  17. 23 Dec, 2017 3 commits
  18. 22 Dec, 2017 1 commit
  19. 21 Dec, 2017 1 commit
  20. 20 Dec, 2017 2 commits
  21. 15 Dec, 2017 2 commits