Skip to content

Commit

Permalink
Bug 1626199 [wpt PR 22557] - webrtc: add third-party sdp module, a=te…
Browse files Browse the repository at this point in the history
…stonly

Automatic update from web-platform-tests
webrtc: add third-party sdp module (#22557)

* webrtc: add third-party sdp module

Adds the third-party sdp module available from
  https://www.npmjs.com/package/sdp
in version 2.12.0 and commit
  958f22a94231e4c1ca651b4a7d53b0e32bb4a558
without tests or dependencies. This is going to be used by simulcast
tests and is generally useful in manipulating the SDP generated and
consumed by WebRTC.

See web-platform-tests/rfcs#46 for discussion
on how to add third-party javascript libraries.

* add readme
--

wpt-commits: 1c48b9809aa82de28b0b450949c2a32590bc61bd
wpt-pr: 22557
  • Loading branch information
fippo authored and moz-wptsync-bot committed Apr 6, 2020
1 parent 5c427e4 commit cb4b9da
Show file tree
Hide file tree
Showing 3 changed files with 849 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/web-platform/tests/webrtc/third_party/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## sdp
Third-party SDP module from
https://www.npmjs.com/package/sdp
without tests or dependencies. See the commit message for version
and commit information
19 changes: 19 additions & 0 deletions testing/web-platform/tests/webrtc/third_party/sdp/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2017 Philipp Hancke

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit cb4b9da

Please sign in to comment.