[FIX/WIP] Start making Parsee go vroom

This commit is contained in:
LDA 2024-09-22 11:18:41 +02:00
commit dec0d1f3d9
5 changed files with 113 additions and 46 deletions

View file

@ -89,10 +89,6 @@ PresenceStanza(ParseeData *args, XMLElement *stanza, XMPPThread *thr)
char *occ_id = occupant ? HashMapGet(occupant->attrs, "id") : NULL;
if (occ_id)
{
Log(LOG_DEBUG,
"'%s' has support for XEP-421, fetching OID=%s",
oid, occ_id
);
ParseePushOIDTable(oid, occ_id);
}
}