processone / stun

STUN and TURN library for Erlang / Elixir
http://www.ejabberd.im
Apache License 2.0
244 stars 61 forks source link

Update stun_codec.erl #18

Closed RobertSwirsky closed 6 years ago

RobertSwirsky commented 6 years ago

According to rfc5389, the CRC32 must be binary xor'd with 16#5354554e (ascii "STUN"). The browsers I checked did this, and expected this.

RobertSwirsky commented 6 years ago

oops! Checked in a typo. Will try again