Skip to content

mweibel/sdpToJingle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation Notice

I didn't have time to improve the code for this repository since a while. Please take a look at the up2date strophe.jingle repository.

SDP To Jingle

Converts a PeerConnection SDP Message to Jingle and vice-versa.

Feel free to contribute.

Unit Test

The unit test is currently failing due to some things I can't parse (or I don't know how to parse it for now) to jingle. Requirements for running are:

  • node.js
  • mocha (installable via npm)
  • should (installable via npm)
  • xmldom (installable via npm) You can run it using:
mocha -r should -r xmldom -R spec test.js --globals window

Or when you're developing you can automatically run it on save by using:

mocha -r should -r xmldom -R spec -w test.js --globals window

License

See LICENSE.md

About

WebRTC SDP Message to Jingle Conversion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages