mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[FIX] Fix fallback
As it turns out, the XEP is wrong... Go figure.
This commit is contained in:
parent
cc85859cca
commit
94cba7acf0
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ XMPPSendPlain(XMPPComponent *comp, char *fr, char *to, char *msg, char *type, ch
|
|||
XMLAddAttr(reply, "id", rst);
|
||||
XMLAddAttr(reply, "xmlns", "urn:xmpp:reply:0");
|
||||
|
||||
XMLAddAttr(fallback, "xmlns", "urn:xmpp:feature-fallback:0");
|
||||
XMLAddAttr(fallback, "xmlns", "urn:xmpp:fallback:0");
|
||||
XMLAddAttr(fallback, "for", "urn:xmpp:reply:0");
|
||||
|
||||
XMLAddAttr(fall_body, "start", "0");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue