[ADD/WIP] One-way chatstates, capabilities

No avatarwerk today because avatars are an absolute sore.
This commit is contained in:
LDA 2024-07-02 02:21:31 +02:00
commit 6b0f08c49e
10 changed files with 349 additions and 24 deletions

View file

@ -46,6 +46,7 @@ XMPPQueryMUC(XMPPComponent *jabber, char *muc, MUCInfo *out)
/* Except an IQ reply */
iq_query = XMLDecode(jabber->stream, false);
/* TODO: I've spotted presence requests spawning there. */
if (!iq_query || !StrEquals(iq_query->name, "iq"))
{
XMLFreeElement(iq_query);