struct Client: add a dictionary to contain presence metadata.
This commit is contained in:
parent
32a7faa104
commit
d7ca5991bc
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ struct Client
|
|||
pre_client_t *preClient;
|
||||
|
||||
time_t large_ctcp_sent; /* ctcp to large group sent, relax flood checks */
|
||||
|
||||
struct Dictionary *metadata;
|
||||
};
|
||||
|
||||
struct LocalUser
|
||||
|
|
Loading…
Reference in a new issue