RFC 7065 - Appendix A. Examples
Appendice A. Esempi
La Tabella 1 mostra come i componenti <secure>, <port> e <transport> sono valorizzati a partire da vari URI. In tutti gli esempi, il componente <host> è « example.org ».
| URI | <secure> | <port> | <transport> |
|---|---|---|---|
| turn:example.org | false | ||
| turns:example.org | true | ||
| turn:example.org:8000 | false | 8000 | |
| turn:example.org?transport=udp | false | UDP | |
| turn:example.org?transport=tcp | false | TCP | |
| turns:example.org?transport=tcp | true | TLS |
Tabella 1