[MOD/WIP] Mess a bit with the XEP-0393 parser

It took a comical amount of time for me to do that LMAO
This commit is contained in:
LDA 2024-08-01 10:31:59 +02:00
commit cb0e77e7a4
5 changed files with 345 additions and 148 deletions

View file

@ -7,9 +7,11 @@ typedef enum XEP393Type {
XEP393_ROOT,
XEP393_ITALIC,
XEP393_EMPH,
XEP393_SRKE,
XEP393_MONO,
XEP393_TEXT,
XEP393_QUOT,
XEP393_LINE,
XEP393_NL
} XEP393Type;
typedef struct XEP393Element {