Enable Cloud Push Notifications
This commit is contained in:
parent
b874c560fc
commit
ae48279bc1
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ modules_enabled = {
|
|||
--"mimicking"; -- Prevent address spoofing
|
||||
--"motd"; -- Send a message to users when they log in
|
||||
--"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use
|
||||
--"s2s_bidi"; -- Bi-directional server-to-server (XEP-0288)
|
||||
"s2s_bidi"; -- Bi-directional server-to-server (XEP-0288)
|
||||
--"server_contact_info"; -- Publish contact information for this service
|
||||
--"tombstones"; -- Prevent registration of deleted accounts
|
||||
--"watchregistrations"; -- Alert admins of registrations
|
||||
|
|
@ -60,6 +60,7 @@ modules_enabled = {
|
|||
"http_files";
|
||||
"privilege";
|
||||
"pubsub";
|
||||
"cloud_notify"; -- XEP-0357: Cloud push notifications
|
||||
}
|
||||
|
||||
-- modules_disabled = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue