Mercurial > prosody-modules
view mod_cloud_notify_encrypted/README.md @ 6528:6241b2f5e92f
mod_auth_oauth_external: Minor code cleanup
Attempt to reduce differences between SASL PLAIN and OAUTHBERARER code
paths, which overlap in the validation endpoint interaction and response
handling.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 02 May 2026 17:11:49 +0200 |
| parents | c83bfcc6ac0a |
| children |
line wrap: on
line source
--- labels: - 'Stage-Alpha' summary: 'Support for encrypted payloads in push notifications' ... Introduction ============ This module implements support for a [Encrypted Push Notifications](https://xeps.tigase.net//docs/push-notifications/encrypt/), a custom extension to [XEP-0357: Push Notifications](https://xmpp.org/extensions/xep-0357.html). It is planned that this will evolve to a XEP in the near future. Details ======= Add to `modules_enabled`, there are no configuration options. When used with Prosody 0.12.x, it has an extra dependency on [luaossl](http://25thandclement.com/~william/projects/luaossl.html) which is available in Debian as [`lua-luaossl`](https://tracker.debian.org/pkg/lua-luaossl) or via `luarocks install luaossl`. Prosody 13.0.x and trunk does not require this. # Compatibility Prosody Version Status ----------------- ----------------------------------- 13.0.x Works 0.12.x Works (with `luaossl`, see above)
