Mercurial > prosody-modules
view mod_unsubscriber/README.md @ 6546:8a4e6421fd24
mod_storage_xmlarchive: Remove unnecessary percent-encoding of paths
Paths from lfs.dir() are already in the percent-encoded form.
Probably confusion left over since before 1b081c8fc1d9
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 24 May 2026 19:17:22 +0200 |
| parents | 9c9889ad4302 |
| children |
line wrap: on
line source
Over the years, some servers stop working for various reasons, and leave behind broken roster subscriptions and dysfunctional group chat bookmarks that trigger failing s2s connections. Sometimes users make mistakes when adding a contact or group chat, causing your server to make repeated attempts to connect to a domain with a typo in it. This module allows cleaning up such cases by unsubscribing local users from their contacts on those servers. Use with care. To use, simply add as a `Component` for each domain you want to stop seeing failed connection logs about. ``` lua Component "gmail.com" "unsubscriber" modules_disabled = { "s2s" } ```
