Skip to content

Commit

Permalink
Merge branch '1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Aug 22, 2024
2 parents 23a3d97 + 1935fde commit 63178ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/base/QXmppStreamError.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ enum class StreamError {
ImproperAddressing,
InternalServerError,
InvalidFrom,
InvalidId,
InvalidNamespace,
InvalidXml,
NotAuthorized,
Expand Down
1 change: 1 addition & 0 deletions src/base/Stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ constexpr auto STREAM_ERROR_CONDITIONS = to_array<QStringView>({
u"system-shutdown",
u"undefined-condition",
u"unsupported-encoding",
u"unsupported-feature",
u"unsupported-stanza-type",
u"unsupported-version",
});
Expand Down

0 comments on commit 63178ac

Please sign in to comment.