mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 19:55:10 +00:00
[FIX] Broken-ass replies
This commit is contained in:
parent
0ce72b52e9
commit
ad7f4f20e1
2 changed files with 20 additions and 17 deletions
|
|
@ -190,8 +190,8 @@ ExportStanza(StanzaBuilder *builder)
|
|||
XMLElement *fallback = XMLCreateTag("fallback");
|
||||
XMLElement *fall_body = XMLCreateTag("body");
|
||||
|
||||
XMLAddAttr(reply, "to", builder->replying_to_stanza);
|
||||
XMLAddAttr(reply, "id", builder->replying_to_sender);
|
||||
XMLAddAttr(reply, "to", builder->replying_to_sender);
|
||||
XMLAddAttr(reply, "id", builder->replying_to_stanza);
|
||||
XMLAddAttr(reply, "xmlns", "urn:xmpp:reply:0");
|
||||
|
||||
XMLAddAttr(fallback, "xmlns", "urn:xmpp:fallback:0");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue