Mercurial > prosody-modules
view mod_unsubscriber/README.md @ 5803:f55e65315ba0
mod_pubsub_serverinfo: implemented all basic features
This commit replaces the earlier proof-of-concept to a solution that:
- reports on remotely-connected domains
- uses disco/info to detect if those domains opt-in
- publishes domain names for remote domains that do so
- caches the disco/info response
author | Guus der Kinderen <guus.der.kinderen@gmail.com> |
---|---|
date | Wed, 03 Jan 2024 23:05:14 +0100 |
parents | e00dc913d965 |
children |
line wrap: on
line source
Over the years, some servers stop working for various reasons, and leave behind broken roster subscriptions that trigger failing s2s connections. This module allows cleaning up such cases by unsubscribing local users from their contacts on those servers. Also works for typos and the like. Use with care. ```lua Component "gmail.com" "unsubscriber" ```