Software /
code /
prosody-modules
Comparison
mod_cloud_notify_encrypted/README.md @ 4327:beb3342f1137
mod_cloud_notify_encrypted: New module for Encrypted Push Notifications
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 12 Jan 2021 15:43:26 +0000 |
child | 4711:46ca47a12770 |
comparison
equal
deleted
inserted
replaced
4326:f6fdefc5c6ac | 4327:beb3342f1137 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: 'Support for encrypted payloads in push notifications' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 This module implements support for a [Encrypted Push Notifications](https://xeps.tigase.net//docs/push-notifications/encrypt/), | |
11 a custom extension to [XEP-0357: Push Notifications](https://xmpp.org/extensions/xep-0357.html). | |
12 | |
13 It is planned that this will evolve to a XEP in the near future. | |
14 | |
15 Details | |
16 ======= | |
17 | |
18 Add to modules_enabled, there are no configuration options. | |
19 | |
20 Depends on luaossl which is available in Debian as `lua-luaossl` or via | |
21 `luarocks install luaossl`. | |
22 | |
23 Compatibility | |
24 ============= | |
25 | |
26 Not tested, but hopefully works on 0.11.x and later. |