0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-08 19:48:36 +02:00

struct Client: add a dictionary to contain presence metadata.

This commit is contained in:
William Pitcock 2009-05-30 13:17:39 -05:00
parent 32a7faa104
commit d7ca5991bc

View file

@ -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