Skip to content

Commit

Permalink
Merge pull request #3 from mariomurrent-softwaresolutions/feat/url-co…
Browse files Browse the repository at this point in the history
…mpatibility
  • Loading branch information
ibc authored May 31, 2024
2 parents 2f0b19c + c84eb78 commit 02d43cc
Show file tree
Hide file tree
Showing 4 changed files with 7,199 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/node_modules/
/npm-debug.log
/NO_GIT/

.idea/
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

const debug = require('debug')('jssip-node-websocket');
const debugerror = require('debug')('jssip-node-websocket:ERROR');

const parse = require('url').parse;
const parse = require('url-parse');
const W3CWebSocket = require('websocket').w3cwebsocket;

class NodeWebSocket
Expand Down
Loading

0 comments on commit 02d43cc

Please sign in to comment.