Software /
code /
prosody-modules
File
README @ 6119:6dca425eea15
mod_pubsub_subscription: Don't block pubsub unhandled or bare JID notifications
The module was marking every successfully-parsed pubsub notification as handled,
which could prevent local users from receiving pubsub notifications.
Now it will only eat them if both:
- The notification was sent to the host JID
- The notification matched a node we consider ourselves subscribed to
Notifications to local (i.e. non-host) JIDs will always be let through.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 28 Dec 2024 18:45:40 +0000 (2 months ago) |
parent | 2936:4fed2379f5be |
line wrap: on
line source
prosody-modules =============== *Add-on modules for Prosody IM Server* -------------------------------------------------------------------------- Community repository for non-core, unofficial and/or experimental plugins for [Prosody][]. If you are a developer and would like to host your Prosody module in this repository, or want to contribute to existing modules, simply introduce yourself and request commit access on our [mailing list][]. Notes for users ---------------- There are lots of fun and exciting modules to be found here, we know you'll like it. However please note that each module is in a different state of development. Some are proof-of-concept, others are quite stable and ready for production use. Be sure to read the wiki page of any module before installing it on your server. We are working on methods to easily download and install modules from this repository. In the meantime most modules are either a single file and easy to install, or contain installation instructions on their wiki page. You can browse the files stored in this repository at <https://hg.prosody.im/prosody-modules>. [Prosody]: https://prosody.im/ [mailing list]: https://prosody.im/discuss