Where store the data of user's bookmark?

In SparkWeb,the user can add a chatroom to the bookmark and make it auto join when startup.

I want to know where store these informations?

On the server or the user location?

Where?

Thanks a lot!

Hi Veryam,

I don’t use WebSpark but bookmark feature is implemented XEP-0048 so its data saved into server.

You can add bookmark and trace ofPrivate table to comfirm data record.

Best,

Thank you Javanesevn~!

It’s found in the SQL Server,and I have read XEP-0048,it is very good.

Thanks again!