Hi there
I'm looking to get a full list of all roster entries, so I can easily do a compare against what I have in my mySQL db. I thought I could do a dump of the roster DB, then parse it, but the problem I'm having, is that it
ejabberdctl dump_table roster.txt roster
seems to fail with a memory error. I think that perhaps it is trying to write too much to memory before actually writing the file.
As there another way of getting all the roster entries?
synack wrote: As there
As there another way of getting all the roster entries?
You can also try other commands, maybe one of them is efficient enough for your database:
If you have installed mod_admin_extra, you can run this command, but it only provides pairs of JIDs, not all the contact information:
And of course, you can also view the users rosters in the WebAdmin.