Hi I want to retrieve the jabber client's "added contacts and blocked contacts" list.
Is it possible?
What i need is sth like this
Username Added contacts Blocked contacts
User a User b, userc user d
User B user a, user c user d
.
.
.
.
There is no native way to do this, it might be possible, but you would require to run queries in the CLI, after finding the table in which that info is stored.
Hi Jaime
Do you know the link of the document about the database and tables, so that I can check?