-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support full URL format as overload for creating sessions. #62
Comments
in race cases scheme could also be wss:// |
yeah we should support wss:// for people who do host it on a secure connection |
i just tryed this myzelf it seems the webhost link is archipelago://Jarno2:@archipelago.gg:38281 |
While i can see this as a interesting thing to add it currently does not match our pattern |
You can get user info from that uri, I think. |
Yes, i was more wondering how we should structure the code, i could have |
Should support taking in one URL string to attempt to parse.
Format is: [scheme][<user>[:<password>]@]<address>:<port>
If
scheme
is not provided or is notws://
then it should be replaced withws://
. Ifuser
(and subsequently, optionally, password) is provided then perhaps we can cache that and allow for a streamlined connection process?The text was updated successfully, but these errors were encountered: