[MOD/WIP] Try doing fallbacks

This commit is contained in:
LDA 2024-06-24 02:05:11 +02:00
commit cc85859cca
5 changed files with 56 additions and 2 deletions

View file

@ -60,4 +60,5 @@ extern void XMPPFreeMUCInfo(MUCInfo info);
/* Checks if a stanza has an x-parsee element */
extern bool XMPPIsParseeStanza(XMLElement *);
#endif