mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:15:11 +00:00
[MOD/FIX] Licensewerk, start counting by codepoint
XEP-0426 came out of the blue, and it *hit* me!
This commit is contained in:
parent
dba3dcc85f
commit
c2ea3807ec
7 changed files with 100 additions and 8 deletions
|
|
@ -185,7 +185,7 @@ ExportStanza(StanzaBuilder *builder)
|
|||
builder->replying_to_sender &&
|
||||
builder->body)
|
||||
{
|
||||
int off = ParseeFindDatastart(builder->body);
|
||||
int off = ParseeFindDatastartU(builder->body);
|
||||
char *ostr = StrInt(off);
|
||||
XMLElement *reply = XMLCreateTag("reply");
|
||||
XMLElement *fallback = XMLCreateTag("fallback");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue