[ADD] Make and start using an XML encoder

Now, we have basic sanitation!!!!!!
This commit is contained in:
LDA 2024-06-19 02:33:53 +02:00
commit b408cbf224
4 changed files with 110 additions and 19 deletions

View file

@ -31,6 +31,7 @@ ParseeXMPPThread(void *argp)
{
continue;
}
if (StrEquals(stanza->name, "message"))
{
size_t i;