comparison mod_cloud_notify_filters/README.md @ 4336:6872e55cfb92

mod_cloud_notify_filters: New module to support push notification filters
author Matthew Wild <mwild1@gmail.com>
date Wed, 13 Jan 2021 16:50:47 +0000
parents
children 46ca47a12770
comparison
equal deleted inserted replaced
4335:e03dadd4f2d1 4336:6872e55cfb92
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: 'Support for push notification filtering rules'
5 ...
6
7 Introduction
8 ============
9
10 This module implements support for a group of [push notification extensions](https://xeps.tigase.net//docs/push-notifications/filters)
11 by the Tigase team that allow a client to specify filters to be applied to
12 push notifications.
13
14 It is a custom extension to [XEP-0357: Push Notifications](https://xmpp.org/extensions/xep-0357.html).
15
16 It is planned that this will evolve to a XEP in the near future.
17
18 Details
19 =======
20
21 Add to modules_enabled, there are no configuration options.
22
23 Compatibility
24 =============
25
26 Not tested, but hopefully works on 0.11.x and later.