1. 16 Mar, 2018 12 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