aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/QXmppClient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/QXmppClient.cpp b/src/client/QXmppClient.cpp
index 7b1a593b..242bbecb 100644
--- a/src/client/QXmppClient.cpp
+++ b/src/client/QXmppClient.cpp
@@ -828,6 +828,7 @@ void QXmppClient::injectIq(const QDomElement &element, const std::optional<QXmpp
QXmppIq iq(QXmppIq::Error);
iq.setTo(element.attribute("from"));
+ iq.setId(element.attribute("id"));
const auto errMessage = e2eeMetadata.has_value()
? QStringLiteral("Feature not implemented or not supported with end-to-end encryption.")
: QStringLiteral("Feature not implemented.");