mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 05:05:11 +00:00
[ADD/WIP] Basic XEP-0393 support.
Still needs lots of work. Did I fail to mention I _hate_ HTML?
This commit is contained in:
parent
94cba7acf0
commit
771c3271ad
10 changed files with 473 additions and 9 deletions
|
|
@ -99,7 +99,7 @@ XMLDecode(Stream *stream, bool autofree)
|
|||
{
|
||||
continue;
|
||||
}
|
||||
XMLFreeElement(e);
|
||||
//XMLFreeElement(e);
|
||||
}
|
||||
ArrayFree(stack);
|
||||
XMLFreeLexer(lexer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue