comparison mod_cloud_notify_extensions/README.md @ 5975:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parents mod_cloud_notify_extensions/README.markdown@acd39d33170e
children
comparison
equal deleted inserted replaced
5974:5a65a632d5b9 5975:fe081789f7b5
1 ---
2 summary: "Tigase custom push extensions for iOS"
3 labels:
4 - 'Stage-Beta'
5 rockspec:
6 dependencies:
7 - mod_cloud_notify_encrypted
8 - mod_cloud_notify_priority_tag
9 - mod_cloud_notify_filters
10 ...
11
12 Introduction
13 ============
14
15 This is a meta-module that simply enables all the modules required to support
16 Siskin or Snikket iOS on a Prosody server.
17
18 These are currently:
19
20 - [mod_cloud_notify_encrypted]
21 - [mod_cloud_notify_priority_tag]
22 - [mod_cloud_notify_filters]
23
24 See the individual module pages for more details. In particular,
25 mod_cloud_notify_encrypted depends on
26 [luaossl](http://25thandclement.com/~william/projects/luaossl.html), which
27 must be installed. It is available in Debian via apt as
28 [`lua-luaossl`](https://tracker.debian.org/pkg/lua-luaossl) or via
29 `luarocks install luaossl`.
30
31 Note: On MUC services you should also load mod_muc_offline_delivery directly
32 under the MUC component in your config file, that is not handled by this
33 module.
34
35 Configuration
36 =============
37
38 There is no configuration for this module, just add it to
39 modules\_enabled as normal.
40
41 # Compatibility
42
43 ------- -------------
44 0.12 Works
45 0.11 Should work
46 trunk Works
47 ------- -------------