kirm / sip.js

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

Switched from uws to ws package due to deprecation. #132

Closed jeremy-j-ackso closed 5 years ago

jeremy-j-ackso commented 5 years ago

Resolves #130.

Have not tested with the websocket examples to verify those still work.

ws does look to be largely a drop-in replacement for uws though.

kirm commented 5 years ago

Thanks for the PR

kirm commented 5 years ago

restored ws instead uws