From c7f7b72079021fd5f56c2ec6f6d30017c799750c Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 30 May 2009 13:17:39 -0500 Subject: [PATCH] struct Client: add a dictionary to contain presence metadata. --- include/client.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/client.h b/include/client.h index 178a9a3..de05432 100644 --- a/include/client.h +++ b/include/client.h @@ -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