Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TooTallNate/Java-WebSocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8c5766a
Choose a base ref
...
head repository: vikasjayaram/Java-WebSocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6f2d07
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 3, 2012

  1. Update src/org/java_websocket/drafts/Draft_17.java

    Extended client functionality to support subprotocol and origin as per RFC6455 specification for better security. 
    vikasjayaram committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    037f33d View commit details
    Browse the repository at this point in the history
  2. Update src/org/java_websocket/drafts/Draft_17.java

    Accepts the previous version of Draft_17 and the new Draft_17 
    which accepts subprotocol and origin.
    vikasjayaram committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    263240b View commit details
    Browse the repository at this point in the history
  3. Update example/ExampleClient.java

    Need to setup server to accept subprotocol and/or origin.
    This is updated only for the client to connect to a websocket server which supports 
    subprotocol and origin.
    vikasjayaram committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    c6f2d07 View commit details
    Browse the repository at this point in the history
Loading