push compatibility with siskin
This commit is contained in:
parent
ac32827f68
commit
d7a8ee20d5
1 changed files with 12 additions and 0 deletions
|
@ -270,3 +270,15 @@ prosody_modules:
|
||||||
- name: 'checkcerts'
|
- name: 'checkcerts'
|
||||||
description: 'Checks your certificate to see if it is about to expire soon'
|
description: 'Checks your certificate to see if it is about to expire soon'
|
||||||
module_enabled: 'false'
|
module_enabled: 'false'
|
||||||
|
|
||||||
|
- name: 'cloud_notify_filters'
|
||||||
|
description: 'Implements support for a group of push notification extensions by the Tigase team.'
|
||||||
|
module_enabled: 'true'
|
||||||
|
|
||||||
|
- name: 'cloud_notify_priority_tag'
|
||||||
|
description: 'Implements support for a Tigase XMPP extension, Priority of notifications.'
|
||||||
|
module_enabled: 'true'
|
||||||
|
|
||||||
|
- name: 'cloud_notify_encrypted'
|
||||||
|
description: 'Implements support for a Encrypted Push Notifications.'
|
||||||
|
module_enabled: 'true'
|
||||||
|
|
Loading…
Reference in a new issue