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
|
--"mimicking"; -- Prevent address spoofing
|
||||||
--"motd"; -- Send a message to users when they log in
|
--"motd"; -- Send a message to users when they log in
|
||||||
--"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use
|
--"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
|
--"server_contact_info"; -- Publish contact information for this service
|
||||||
--"tombstones"; -- Prevent registration of deleted accounts
|
--"tombstones"; -- Prevent registration of deleted accounts
|
||||||
--"watchregistrations"; -- Alert admins of registrations
|
--"watchregistrations"; -- Alert admins of registrations
|
||||||
|
|
@ -60,6 +60,7 @@ modules_enabled = {
|
||||||
"http_files";
|
"http_files";
|
||||||
"privilege";
|
"privilege";
|
||||||
"pubsub";
|
"pubsub";
|
||||||
|
"cloud_notify"; -- XEP-0357: Cloud push notifications
|
||||||
}
|
}
|
||||||
|
|
||||||
-- modules_disabled = {}
|
-- modules_disabled = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue