1. 16 Mar, 2018 13 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 1 commit
    • 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