-
Notifications
You must be signed in to change notification settings - Fork 197
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
Ignore stream errors upon account successful account deletion and timeout during account creation #594
Merged
lnjX
merged 5 commits into
qxmpp-project:master
from
olomono:fix/account-creation-deletion-errors
Sep 10, 2024
Merged
Ignore stream errors upon account successful account deletion and timeout during account creation #594
lnjX
merged 5 commits into
qxmpp-project:master
from
olomono:fix/account-creation-deletion-errors
Sep 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
melvo
force-pushed
the
fix/account-creation-deletion-errors
branch
from
November 28, 2023 21:32
ed788ce
to
ad540bf
Compare
lnjX
reviewed
Nov 29, 2023
melvo
force-pushed
the
fix/account-creation-deletion-errors
branch
from
December 2, 2023 17:38
ad540bf
to
aa4a8de
Compare
lnjX
force-pushed
the
master
branch
10 times, most recently
from
February 4, 2024 20:17
84168ac
to
e614dcc
Compare
melvo
force-pushed
the
fix/account-creation-deletion-errors
branch
from
February 7, 2024 15:50
aa4a8de
to
10375af
Compare
melvo
force-pushed
the
fix/account-creation-deletion-errors
branch
6 times, most recently
from
September 8, 2024 16:30
b82efc3
to
80e6060
Compare
lnjX
reviewed
Sep 9, 2024
lnjX
changed the title
Fix account creation/deletion
Ignore stream errors upon successful account deletion
Sep 9, 2024
melvo
changed the title
Ignore stream errors upon successful account deletion
Ignore stream errors upon account successful account deletion and timeout during account creation
Sep 9, 2024
melvo
force-pushed
the
fix/account-creation-deletion-errors
branch
from
September 9, 2024 12:41
80e6060
to
2c5cc3c
Compare
lnjX
reviewed
Sep 9, 2024
https://xmpp.org/extensions/xep-0077.html#usecases-cancel specifies the usage of the stream error <not-authorized/>. That is now handled as a valid response to the account deletion request instead of a result IQ stanza or in addition to it. The same applies to the stream error <conflict> since some servers send that instead of the <not-authorized/> stream error. There are servers closing the connection during account creation with a <connection-timeout/> stream error. That is now ignored.
melvo
force-pushed
the
fix/account-creation-deletion-errors
branch
from
September 9, 2024 19:42
2c5cc3c
to
bbfa81a
Compare
lnjX
approved these changes
Sep 9, 2024
lnjX
approved these changes
Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR check list:
\since QXmpp 1.X
,QXMPP_EXPORT
-DBUILD_DOCUMENTATION=ON
)doc/doap.xml
clang-format -i src/<edited-file(s)> tests/<edited-file(s)>
Funded by NLnet via NGI Zero Entrust.