mod_list_inactive/README.markdown
author Stephen Paul Weber <singpolyma@singpolyma.net>
Tue, 09 Apr 2024 14:44:52 -0500
changeset 5885 66e7d46b1d4b
parent 2194 0c01444f8bc2
permissions -rw-r--r--
mod_muc_restrict_avatars: Allow MUC admin to control restriction Thanks, Strix!

Description
===========

This module lists those users, who haven't used their account in a
defined time-frame.

Dependencies
============

[mod_lastlog] must be enabled to collect the data used by this module.

Usage
=====

    prosodyctl mod_list_inactive example.com time [format]

Time is a number followed by 'day', 'week', 'month' or 'year'

Formats are:

  --------- ------------------------------------------------
  delete    `user:delete"user@example.com" -- last action`
  default   `user@example.com`
  event     `user@example.com last action`
  --------- ------------------------------------------------

Example
=======

    prosodyctl mod_list_inactive example.com 1year

Help
====

    prosodyctl mod_list_inactive