hi everybody
I'm wondering if there is a way to query all inactive ejabberd accounts in order to remove them .
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
hi everybody
I'm wondering if there is a way to query all inactive ejabberd accounts in order to remove them .
Yes, try this command: $
Yes, try this command:
$ ejabberdctl help delete_old_users Command Name: delete_old_users Arguments: days::integer Returns: res::restuple Tags: accounts purge Description: Delete users that didn't log in last days, or that never logged $ ejabberdctl delete_old_users 30 Deleted 2 users: [{<<"user1">>,<<"localhost">>},{<<"user2">>,<<"localhost">>}]thanks a lot :)
thanks a lot :)