qxmpp-project / qxmpp

Cross-platform C++ XMPP client and server library
410 stars 197 forks source link

Implement XEP-0167: Jingle RTP Sessions Informational Messages #460

Closed melvo closed 1 year ago

melvo commented 2 years ago

PR check list:

codecov[bot] commented 2 years ago

Codecov Report

Base: 68.87% // Head: 68.96% // Increases project coverage by +0.09% :tada:

Coverage data is based on head (92a7cef) compared to base (7b02df3). Patch coverage: 94.69% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #460 +/- ## ========================================== + Coverage 68.87% 68.96% +0.09% ========================================== Files 285 285 Lines 24877 24976 +99 ========================================== + Hits 17133 17224 +91 - Misses 7744 7752 +8 ``` | [Impacted Files](https://codecov.io/gh/qxmpp-project/qxmpp/pull/460?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project) | Coverage Δ | | |---|---|---| | [src/base/QXmppJingleIq.h](https://codecov.io/gh/qxmpp-project/qxmpp/pull/460/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2Jhc2UvUVhtcHBKaW5nbGVJcS5o) | `100.00% <ø> (ø)` | | | [src/base/QXmppJingleIq.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/460/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2Jhc2UvUVhtcHBKaW5nbGVJcS5jcHA=) | `88.54% <89.09%> (-0.39%)` | :arrow_down: | | [src/client/QXmppCallManager.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/460/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2NsaWVudC9RWG1wcENhbGxNYW5hZ2VyLmNwcA==) | `61.68% <100.00%> (-0.36%)` | :arrow_down: | | [tests/qxmppjingleiq/tst\_qxmppjingleiq.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/460/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-dGVzdHMvcXhtcHBqaW5nbGVpcS90c3RfcXhtcHBqaW5nbGVpcS5jcHA=) | `100.00% <100.00%> (ø)` | | | [tests/qxmppomemodata/tst\_qxmppomemodata.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/460/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-dGVzdHMvcXhtcHBvbWVtb2RhdGEvdHN0X3F4bXBwb21lbW9kYXRhLmNwcA==) | `98.25% <0.00%> (+<0.01%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.