Software / code / prosody-modules
File
mod_ignore_host_chatstates/README.markdown @ 5369:1a58a11407ac
mod_client_management: Fix error when last password change is unknown (or never)
Fixes attempt to compare nil with number here, due to
last_password_change being nil
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 25 Apr 2023 22:06:08 +0200 |
| parent | 3637:ec3de4651306 |
line wrap: on
line source
This module discards typing notifications sent to a bare host JID, preventing error replies to be sent. These errors are harmless but can be annoying sometimes if your client shows them prominently.