prosody: Add new push notification extensions for iOS app

This commit is contained in:
Matthew Wild 2021-01-22 12:47:24 +00:00
parent 2d64f7be49
commit c8f5179564
2 changed files with 9 additions and 1 deletions

View File

@ -50,7 +50,12 @@ modules_enabled = {
"register"; -- Allow users to register on this server using a client and change passwords
"mam"; -- Store messages in an archive and allow users to access it
"csi_simple"; -- Simple Mobile optimizations
"cloud_notify"; -- Push notifications
-- Push notifications
"cloud_notify";
"cloud_notify_encrypted";
"cloud_notify_priority_tag";
"cloud_notify_filters";
-- HTTP modules
"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"

View File

@ -75,6 +75,9 @@
loop:
- mod_smacks
- mod_cloud_notify
- mod_cloud_notify_encrypted
- mod_cloud_notify_priority_tag
- mod_cloud_notify_filters
- mod_invite
- mod_block_registrations
- mod_compact_resource