You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
As explained in draft-pd-msrp-websocket, the WebSocket server must act as an MSRP relay for the Javascript client. However, RFC 4976 allows for operating through an arbitrary number of relays; currently this is not supported.
It should not be particularly difficult - just needs further authentication steps before the SDP exchange, and tracking of authentication expiry for each of the relays. However, we may want a different set of relays for each session (based on the destination), and we may need to allow different credentials for each relay.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Migrating https://code.google.com/p/crocodile-msrp/issues/detail?id=1
As explained in draft-pd-msrp-websocket, the WebSocket server must act as an MSRP relay for the Javascript client. However, RFC 4976 allows for operating through an arbitrary number of relays; currently this is not supported.
It should not be particularly difficult - just needs further authentication steps before the SDP exchange, and tracking of authentication expiry for each of the relays. However, we may want a different set of relays for each session (based on the destination), and we may need to allow different credentials for each relay.
The text was updated successfully, but these errors were encountered: