esl / jerboa

STUN/TURN encoder, decoder and client library in Elixir
https://www.erlang-solutions.com/products/mongooseim.html
Other
14 stars 6 forks source link

Allow :unknown protocol value in RequestedTransport struct #98

Closed arkgil closed 7 years ago

arkgil commented 7 years ago

TURN servers need to decode REQUESTED-TRANSPORT attribute if it is formatted correctly, and then check if the protocol is supported. Previously there was no way to achieve that, since unknown protocol resulted in decoding failure.

Addresses #72