qxmpp-project / qxmpp

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

New IQ request handling #500

Closed lnjX closed 1 year ago

lnjX commented 1 year ago

PR check list:

codecov[bot] commented 1 year ago

Codecov Report

Base: 68.47% // Head: 68.57% // Increases project coverage by +0.09% :tada:

Coverage data is based on head (b8f1e01) compared to base (8881271). Patch coverage: 25.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #500 +/- ## ========================================== + Coverage 68.47% 68.57% +0.09% ========================================== Files 292 297 +5 Lines 25653 25785 +132 ========================================== + Hits 17567 17681 +114 - Misses 8086 8104 +18 ``` | [Impacted Files](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project) | Coverage Δ | | |---|---|---| | [src/base/QXmppDiscoveryIq.h](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2Jhc2UvUVhtcHBEaXNjb3ZlcnlJcS5o) | `100.00% <ø> (ø)` | | | [src/base/QXmppEntityTimeIq.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2Jhc2UvUVhtcHBFbnRpdHlUaW1lSXEuY3Bw) | `75.00% <0.00%> (-6.82%)` | :arrow_down: | | [src/base/QXmppVCardIq.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2Jhc2UvUVhtcHBWQ2FyZElxLmNwcA==) | `76.29% <0.00%> (-0.36%)` | :arrow_down: | | [src/base/QXmppVCardIq.h](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2Jhc2UvUVhtcHBWQ2FyZElxLmg=) | `100.00% <ø> (ø)` | | | [src/base/QXmppVersionIq.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2Jhc2UvUVhtcHBWZXJzaW9uSXEuY3Bw) | `75.00% <0.00%> (-5.00%)` | :arrow_down: | | [src/client/QXmppDiscoveryManager.h](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2NsaWVudC9RWG1wcERpc2NvdmVyeU1hbmFnZXIuaA==) | `100.00% <ø> (ø)` | | | [src/client/QXmppIqHandling.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2NsaWVudC9RWG1wcElxSGFuZGxpbmcuY3Bw) | `0.00% <0.00%> (ø)` | | | [src/client/QXmppVersionManager.h](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2NsaWVudC9RWG1wcFZlcnNpb25NYW5hZ2VyLmg=) | `100.00% <ø> (ø)` | | | [src/client/QXmppDiscoveryManager.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2NsaWVudC9RWG1wcERpc2NvdmVyeU1hbmFnZXIuY3Bw) | `54.09% <6.25%> (-1.94%)` | :arrow_down: | | [src/client/QXmppEntityTimeManager.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2NsaWVudC9RWG1wcEVudGl0eVRpbWVNYW5hZ2VyLmNwcA==) | `15.62% <8.33%> (+2.72%)` | :arrow_up: | | ... and [13 more](https://codecov.io/gh/qxmpp-project/qxmpp/pull/500/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project) | | 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.