Hey, According to The WebSocket Protocol as a Transport for the Session Initiation Protocol (SIP) RFC7118 ( https://tools.ietf.org/html/rfc7118), WebSocket and WebSocket Secure is a transport for SIP, https://tools.ietf.org/html/rfc7118#section-5
And since WS/WSS is treated as transport for SIP, one would expect that when it comes to preparing DNS SRV records it would be like: 1. _sip._ws.example.org 2. _sip._wss.example.org Still according to the draft DNS SRV Resource Records for the WebSocket Protocol draft-ibc-websocket-dns-srv-02 https://tools.ietf.org/html/draft-ibc-websocket-dns-srv-02 the DNS SRV records should be: 1. _ws._tcp.example.org 2. _wss._tcp.example.org The suggestion from the draft seems very odd to me. The first suggestion (_sip._ws.example.org) seems the correct way to go. Can you please provide your comments and suggestions? Regards -- George _______________________________________________ Sip-implementors mailing list Sip-implementors@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/sip-implementors