Skip to content

Commit

Permalink
StreamError: Fix missing InvalidId enumerator and "unsupported-id"
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Aug 22, 2024
1 parent 7c189b0 commit 368fc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/base/QXmppStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,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
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

0 comments on commit 368fc01

Please sign in to comment.