We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c68ace commit 8c076acCopy full SHA for 8c076ac
1 file changed
src/stanza.c
@@ -1186,6 +1186,7 @@ xmpp_stanza_t *xmpp_stanza_reply(xmpp_stanza_t *const stanza)
1186
1187
xmpp_stanza_del_attribute(copy, "to");
1188
xmpp_stanza_del_attribute(copy, "from");
1189
+ xmpp_stanza_del_attribute(copy, "xmlns");
1190
rc = xmpp_stanza_set_to(copy, from);
1191
if (rc != XMPP_EOK)
1192
goto copy_error;
0 commit comments