mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[MOD] Cache XEP-0421 support
This commit is contained in:
parent
3366fcb759
commit
063314b081
4 changed files with 33 additions and 3 deletions
|
|
@ -63,6 +63,9 @@ typedef struct ParseeData {
|
|||
char *id;
|
||||
|
||||
int verbosity;
|
||||
|
||||
HashMap *oid_servers;
|
||||
pthread_mutex_t oidl;
|
||||
} ParseeData;
|
||||
|
||||
typedef struct Argument {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue