Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move URI module from ex_ice #12

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Move URI module from ex_ice #12

merged 1 commit into from
Mar 22, 2024

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Mar 21, 2024

URI module is needed both in ex_ice and ex_turn, hence moving to ex_stun.

This PR also adds support for TURN URIs as specified in RFC 7065, and cleans up tests.

@mickel8 mickel8 changed the base branch from master to lt-auth March 21, 2024 10:50
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

Merging #12 (c136111) into master (422b46a) will increase coverage by 3.39%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   81.73%   85.13%   +3.39%     
==========================================
  Files          15       15              
  Lines         230      269      +39     
==========================================
+ Hits          188      229      +41     
+ Misses         42       40       -2     
Files Coverage Δ
lib/ex_stun/uri.ex 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 422b46a...c136111. Read the comment docs.

@mickel8 mickel8 force-pushed the uri branch 3 times, most recently from b69fcaf to 5379b69 Compare March 21, 2024 14:34
Base automatically changed from lt-auth to master March 21, 2024 14:34
@mickel8 mickel8 force-pushed the uri branch 4 times, most recently from 6569246 to 36257c5 Compare March 21, 2024 14:47
@mickel8 mickel8 marked this pull request as ready for review March 21, 2024 14:58
@mickel8 mickel8 requested a review from LVala March 21, 2024 14:59
@mickel8 mickel8 merged commit 4df3729 into master Mar 22, 2024
4 checks passed
@mickel8 mickel8 deleted the uri branch March 22, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants