[MOD] Cache XEP-0421 support

This commit is contained in:
LDA 2024-08-29 23:47:31 +02:00
commit 063314b081
4 changed files with 33 additions and 3 deletions

View file

@ -63,6 +63,9 @@ typedef struct ParseeData {
char *id;
int verbosity;
HashMap *oid_servers;
pthread_mutex_t oidl;
} ParseeData;
typedef struct Argument {