mod_cloud_notify_encrypted/README.md
changeset 4331 beb3342f1137
child 4715 46ca47a12770
equal deleted inserted replaced
4330:f6fdefc5c6ac 4331: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.