kirm / sip.js

Session Initiation Protocol for node.js
MIT License
431 stars 171 forks source link

fix(digest): Do not quote algorithm field #119

Closed clshortfuse closed 7 years ago

clshortfuse commented 7 years ago

According to RFC 3261, the algorithm field should not be quoted.

Fixes: #118