Metadata storing

Hi, i’‘m workin’’ on a lil chat prototype with smack, and i’'ve been experiencing some problems with the API ;

I actually have statitics needs and would like to store some metadata (like conversation time, etc.) about the users, and i don’'t know where to put them (they should obviously be kept if the user leaves the chat). May i use a privateDataManager, or would it be better to make some code modifications on AccountManager (to add setters on attributes map) ?

Any suggestion would be welcome

Thanks,

ndj

Hi,

Spark uses the private data storage for the notes and tasks one can define. As the user is able to modify the values it will be a bad place if the user must not change the stored values.

LG