2017-05-16 22:28:15 +02:00
|
|
|
# Mobile push notification service
|
|
|
|
|
|
|
|
Zulip's iOS and Android mobile apps support receiving push
|
|
|
|
notifications from Zulip servers to let users know when new messages
|
2021-08-20 21:53:28 +02:00
|
|
|
have arrived. This is an important feature to having a great
|
2017-05-16 22:28:15 +02:00
|
|
|
experience using the Zulip mobile apps.
|
|
|
|
|
|
|
|
For technical reasons (explained below), in order to deliver mobile
|
|
|
|
push notifications in the app store versions of our mobile apps, you
|
|
|
|
will need to register your Zulip server with the Zulip mobile push
|
2021-08-20 21:53:28 +02:00
|
|
|
notification service. This service will forward push notifications
|
2017-05-16 22:28:15 +02:00
|
|
|
generated by your server to the Zulip mobile app automatically.
|
|
|
|
|
|
|
|
## How to sign up
|
|
|
|
|
2017-09-28 03:08:37 +02:00
|
|
|
Starting with Zulip 1.6 for both Android and iOS, Zulip servers
|
|
|
|
support forwarding push notifications to a central push notification
|
2021-08-20 21:53:28 +02:00
|
|
|
forwarding service. Accessing this service requires outgoing HTTPS
|
2020-10-15 11:43:44 +02:00
|
|
|
access to the public Internet; if that is restricted by a proxy, you
|
|
|
|
will need to [configure Zulip to use your outgoing HTTP
|
2022-02-16 01:39:15 +01:00
|
|
|
proxy](deployment.md#customizing-the-outgoing-http-proxy)
|
2020-10-15 11:43:44 +02:00
|
|
|
first.
|
|
|
|
|
|
|
|
You can enable this for your Zulip server as follows:
|
2017-05-16 22:28:15 +02:00
|
|
|
|
2021-09-08 00:23:24 +02:00
|
|
|
1. Uncomment the
|
|
|
|
`PUSH_NOTIFICATION_BOUNCER_URL = 'https://push.zulipchat.com'` line
|
|
|
|
in your `/etc/zulip/settings.py` file (i.e. remove the `#` at the
|
|
|
|
start of the line), and [restart your Zulip
|
2022-02-16 01:39:15 +01:00
|
|
|
server](settings.md#making-changes). If you
|
2021-09-08 00:23:24 +02:00
|
|
|
installed your Zulip server with a version older than 1.6, you'll
|
|
|
|
need to add the line (it won't be there to uncomment).
|
2017-05-16 22:28:15 +02:00
|
|
|
|
2018-11-14 22:06:07 +01:00
|
|
|
1. If you're running Zulip 1.8.1 or newer, you can run the
|
2021-08-20 22:54:08 +02:00
|
|
|
registration command:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# As root:
|
|
|
|
su zulip -c '/home/zulip/deployments/current/manage.py register_server'
|
|
|
|
# Or as the zulip user, you can skip the `su zulip -c`:
|
|
|
|
/home/zulip/deployments/current/manage.py register_server
|
|
|
|
|
|
|
|
# docker-zulip users can run this inside the container with `docker exec`:
|
|
|
|
docker exec -it -u zulip <container_name> /home/zulip/deployments/current/manage.py register_server
|
|
|
|
```
|
|
|
|
|
2018-11-14 22:06:07 +01:00
|
|
|
This command will print the registration data it would send to the
|
2018-05-06 01:32:19 +02:00
|
|
|
mobile push notifications service, ask you to accept the terms of
|
2019-02-06 20:04:58 +01:00
|
|
|
service, and if you accept, register your server. If you have trouble,
|
2020-05-28 02:00:13 +02:00
|
|
|
email support@zulip.com with the output of this command.
|
2018-05-06 01:32:19 +02:00
|
|
|
|
2018-05-04 01:40:46 +02:00
|
|
|
1. If you or your users have already set up the Zulip mobile app,
|
2017-11-29 22:30:02 +01:00
|
|
|
you'll each need to log out and log back in again in order to start
|
|
|
|
getting push notifications.
|
|
|
|
|
2021-08-20 21:53:28 +02:00
|
|
|
Congratulations! You've successfully set up the service.
|
2017-05-16 22:28:15 +02:00
|
|
|
|
2018-05-04 01:40:46 +02:00
|
|
|
If you'd like to verify that everything is working, you can do the
|
2021-08-20 21:53:28 +02:00
|
|
|
following. Please follow the instructions carefully:
|
2017-08-15 20:15:51 +02:00
|
|
|
|
2021-08-20 21:45:39 +02:00
|
|
|
- [Configure mobile push notifications to always be sent][mobile-notifications-always]
|
2017-06-08 22:38:52 +02:00
|
|
|
(normally they're only sent if you're idle, which isn't ideal for
|
|
|
|
this sort of testing).
|
2021-08-20 21:45:39 +02:00
|
|
|
- On an Android device, download and log in to the
|
2021-08-20 22:54:08 +02:00
|
|
|
[Zulip Android app](https://play.google.com/store/apps/details?id=com.zulipmobile).
|
|
|
|
If you were already logged in before configuring the server, you'll
|
|
|
|
need to log out first, since the app only registers for push
|
|
|
|
notifications on login.
|
2021-08-20 21:45:39 +02:00
|
|
|
- Hit the home button, so Zulip is running in the background, and then
|
2021-08-20 22:54:08 +02:00
|
|
|
have **another user** send you a **private message** (By default,
|
|
|
|
Zulip only sends push notifications for private messages sent by other
|
|
|
|
users and messages mentioning you). A push notification should appear
|
|
|
|
in the Android notification area.
|
2017-06-08 22:38:52 +02:00
|
|
|
|
2020-06-08 23:04:39 +02:00
|
|
|
[mobile-notifications-always]: https://zulip.com/help/test-mobile-notifications
|
2017-05-16 22:28:15 +02:00
|
|
|
|
2018-05-04 01:40:46 +02:00
|
|
|
## Updating your server's registration
|
|
|
|
|
|
|
|
Your server's registration includes the server's hostname and contact
|
|
|
|
email address (from `EXTERNAL_HOST` and `ZULIP_ADMINISTRATOR` in
|
|
|
|
`/etc/zulip/settings.py`, aka the `--hostname` and `--email` options
|
2021-08-20 21:53:28 +02:00
|
|
|
in the installer). You can update your server's registration data by
|
2018-05-04 01:40:46 +02:00
|
|
|
running `manage.py register_server` again.
|
|
|
|
|
|
|
|
If you'd like to rotate your server's API key for this service
|
2021-09-08 00:23:24 +02:00
|
|
|
(`zulip_org_key`), you need to use
|
|
|
|
`manage.py register_server --rotate-key` option; it will automatically
|
|
|
|
generate a new `zulip_org_key` and store that new key in
|
2018-05-04 01:40:46 +02:00
|
|
|
`/etc/zulip/zulip-secrets.conf`.
|
2017-06-09 00:38:41 +02:00
|
|
|
|
2017-05-16 22:28:15 +02:00
|
|
|
## Why this is necessary
|
|
|
|
|
|
|
|
Both Google's and Apple's push notification services have a security
|
|
|
|
model that does not support mutually untrusted self-hosted servers
|
2021-08-20 21:53:28 +02:00
|
|
|
sending push notifications to the same app. In particular, when an
|
2017-05-16 22:28:15 +02:00
|
|
|
app is published to their respective app stores, one must compile into
|
|
|
|
the app a secret corresponding to the server that will be able to
|
2021-08-20 21:53:28 +02:00
|
|
|
publish push notifications for the app. This means that it is
|
2017-05-16 22:28:15 +02:00
|
|
|
impossible for a single app in their stores to receive push
|
|
|
|
notifications from multiple, mutually untrusted, servers.
|
|
|
|
|
|
|
|
Zulip's solution to this problem is to provide a central push
|
|
|
|
notification forwarding service, which allows registered Zulip servers
|
|
|
|
to send push notifications to the Zulip app indirectly (through the
|
|
|
|
forwarding service).
|
|
|
|
|
2018-05-04 01:40:46 +02:00
|
|
|
## Security and privacy
|
|
|
|
|
2021-12-14 22:42:33 +01:00
|
|
|
Use of the push notification bouncer is subject to the Zulip Cloud [Terms of
|
|
|
|
Service](https://zulip.com/policies/terms), [Privacy
|
|
|
|
Policy](https://zulip.com/policies/privacy) and [Rules of
|
|
|
|
Use](https://zulip.com/policies/rules). By using push notifications, you agree
|
|
|
|
to these terms.
|
2017-05-16 22:28:15 +02:00
|
|
|
|
2017-10-20 03:15:48 +02:00
|
|
|
We've designed this push notification bouncer service with security
|
|
|
|
and privacy in mind:
|
2017-05-16 22:28:15 +02:00
|
|
|
|
2022-01-22 15:40:30 +01:00
|
|
|
- A central design goal of the Push Notification Service is to
|
2018-04-19 23:20:21 +02:00
|
|
|
avoid any message content being stored or logged by the service,
|
2019-03-22 00:30:19 +01:00
|
|
|
even in error cases.
|
2021-08-20 21:45:39 +02:00
|
|
|
- The Push Notification Service only stores the necessary metadata for
|
2019-03-22 00:30:19 +01:00
|
|
|
delivering the notifications to the appropriate devices, and nothing
|
|
|
|
else:
|
2021-08-20 22:54:08 +02:00
|
|
|
- The APNS/FCM tokens needed to securely send mobile push
|
|
|
|
notifications to iOS and Android devices, one per device
|
|
|
|
registered to be notified by your Zulip server.
|
|
|
|
- User ID numbers generated by your Zulip server, needed to route
|
|
|
|
a given notification to the appropriate set of mobile devices.
|
2022-02-08 00:13:33 +01:00
|
|
|
These user ID numbers are opaque to the Push Notification
|
2021-08-20 22:54:08 +02:00
|
|
|
Service and Kandra Labs.
|
2021-08-20 21:45:39 +02:00
|
|
|
- The Push Notification Service receives (but does not store) the
|
2019-03-22 00:30:19 +01:00
|
|
|
contents of individual mobile push notifications:
|
2021-08-20 22:54:08 +02:00
|
|
|
|
|
|
|
- The numeric message ID generated by your Zulip server.
|
|
|
|
- Metadata on the message's sender (name and avatar URL).
|
|
|
|
- Metadata on the message's recipient (stream name + ID, topic,
|
|
|
|
private message recipients, etc.).
|
|
|
|
- A timestamp.
|
|
|
|
- The message's content.
|
2019-03-22 00:30:19 +01:00
|
|
|
|
|
|
|
There's a `PUSH_NOTIFICATION_REDACT_CONTENT` setting available to
|
|
|
|
disable any message content being sent via the push notification
|
|
|
|
bouncer (i.e. message content will be replaced with
|
2021-08-20 21:53:28 +02:00
|
|
|
`***REDACTED***`). Note that this setting makes push notifications
|
2019-03-22 00:30:19 +01:00
|
|
|
significantly less usable.
|
|
|
|
|
|
|
|
We plan to
|
|
|
|
[replace that setting with end-to-end encryption](https://github.com/zulip/zulip/issues/6954)
|
|
|
|
which would eliminate that usability tradeoff and additionally allow
|
|
|
|
us to not have any access to the other details mentioned in this
|
|
|
|
section.
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 21:45:39 +02:00
|
|
|
- All of the network requests (both from Zulip servers to the Push
|
2017-05-16 22:28:15 +02:00
|
|
|
Notification Service and from the Push Notification Service to the
|
|
|
|
relevant Google and Apple services) are encrypted over the wire with
|
|
|
|
SSL/TLS.
|
2021-08-20 21:45:39 +02:00
|
|
|
- The code for the push notification forwarding service is 100% open
|
2017-05-16 22:28:15 +02:00
|
|
|
source and available as part of the
|
|
|
|
[Zulip server project on GitHub](https://github.com/zulip/zulip).
|
2021-08-20 21:45:39 +02:00
|
|
|
- The push notification forwarding servers are professionally managed
|
2018-04-19 23:20:21 +02:00
|
|
|
by a small team of security expert engineers.
|
2017-05-16 22:28:15 +02:00
|
|
|
|
|
|
|
If you have any questions about the security model, contact
|
2020-05-28 02:00:13 +02:00
|
|
|
support@zulip.com.
|
2018-04-22 06:29:46 +02:00
|
|
|
|
2019-02-12 05:54:17 +01:00
|
|
|
## Submitting statistics
|
|
|
|
|
|
|
|
Systems using the Mobile Push Notifications Service will, by default,
|
|
|
|
submit basic usage statistics (e.g. Zulip version, number of users,
|
|
|
|
number of messages sent) to the service. These statistics help the
|
|
|
|
Zulip open source project understand how many people are using Zulip,
|
|
|
|
and help us allocate resources towards supporting self-hosted
|
|
|
|
installations.
|
|
|
|
|
2021-12-14 22:42:33 +01:00
|
|
|
Our use of these statistics is governed by the same [Terms of
|
|
|
|
Service](https://zulip.com/policies/terms) and [Privacy
|
|
|
|
Policy](https://zulip.com/policies/privacy) that covers the Mobile Push
|
|
|
|
Notifications Service itself. If your organization does not want to submit these
|
|
|
|
statistics, you can disable this feature at any time by setting
|
2019-02-12 05:54:17 +01:00
|
|
|
`SUBMIT_USAGE_STATISTICS=False` in `/etc/zulip/settings.py`.
|
|
|
|
|
2021-07-08 14:46:47 +02:00
|
|
|
## Rate limits
|
|
|
|
|
|
|
|
The Mobile Push Notifications Service API has a very high default rate
|
|
|
|
limit of 1000 requests per minute. A Zulip server makes requests to
|
|
|
|
this API every time it sends a push notification, which is fairly
|
|
|
|
frequent, but we believe it to be unlikely that a self-hosted
|
|
|
|
installation will hit this limit.
|
|
|
|
|
|
|
|
This limit is primarily intended to protect the service against DoS
|
|
|
|
attacks (intentional or otherwise). If you hit this limit or you
|
|
|
|
anticipate that your server will require sending more push
|
|
|
|
notifications than the limit permits, please [contact
|
|
|
|
support](https://zulip.com/help/contact-support).
|
|
|
|
|
2018-04-22 06:29:46 +02:00
|
|
|
## Sending push notifications directly from your server
|
|
|
|
|
2019-07-18 22:11:21 +02:00
|
|
|
This section documents an alternative way to send push notifications
|
|
|
|
that does not involve using the Mobile Push Notifications Service at
|
|
|
|
the cost of needing to compile and distribute modified versions of the
|
|
|
|
Zulip mobile apps.
|
|
|
|
|
|
|
|
We don't recommend this path -- patching and shipping a production
|
2020-08-11 01:47:54 +02:00
|
|
|
mobile app can take dozens of hours to set up even for an experienced
|
2021-08-20 21:53:28 +02:00
|
|
|
developer, and even more time to maintain. And it doesn't provide
|
2019-07-18 22:11:21 +02:00
|
|
|
material privacy benefits -- your organization's push notification
|
|
|
|
data would still go through Apple/Google's servers, just not Kandra
|
2021-08-20 21:53:28 +02:00
|
|
|
Labs'. Our view is the correct way to optimize for privacy is
|
|
|
|
end-to-end encryption of push notifications. But in the interest of
|
2019-07-18 22:11:21 +02:00
|
|
|
transparency, we document in this section roughly what's involved in
|
|
|
|
doing so.
|
|
|
|
|
2018-04-22 06:29:46 +02:00
|
|
|
As we discussed above, it is impossible for a single app in their
|
|
|
|
stores to receive push notifications from multiple, mutually
|
2021-08-20 21:53:28 +02:00
|
|
|
untrusted, servers. The Mobile Push Notification Service is one of
|
|
|
|
the possible solutions to this problem. The other possible solution
|
2018-04-22 06:29:46 +02:00
|
|
|
is for an individual Zulip server's administrators to build and
|
|
|
|
distribute their own copy of the Zulip mobile apps, hardcoding a key
|
|
|
|
that they possess.
|
|
|
|
|
|
|
|
This solution is possible with Zulip, but it requires the server
|
2018-04-23 21:32:14 +02:00
|
|
|
administrators to publish their own copies of
|
2018-04-22 06:29:46 +02:00
|
|
|
the Zulip mobile apps (and there's nothing the Zulip team can do to
|
2018-06-26 03:52:11 +02:00
|
|
|
eliminate this onerous requirement).
|
2018-04-22 06:29:46 +02:00
|
|
|
|
|
|
|
The main work is distributing your own copies of the Zulip mobile apps
|
2021-08-20 21:53:28 +02:00
|
|
|
configured to use APNS/FCM keys that you generate. This is not for
|
|
|
|
the faint of heart! If you haven't done this before, be warned that
|
2018-04-22 06:29:46 +02:00
|
|
|
one can easily spend hundreds of dollars (on things like a DUNS number
|
|
|
|
registration) and a week struggling through the hoops Apple requires
|
|
|
|
to build and distribute an app through the Apple app store, even if
|
|
|
|
you're making no code modifications to an app already present in the
|
2018-04-23 21:32:14 +02:00
|
|
|
store (as would be the case here). The Zulip mobile app also gets
|
|
|
|
frequent updates that you will have to either forgo or republish to
|
|
|
|
the app stores yourself.
|
2018-04-22 06:29:46 +02:00
|
|
|
|
|
|
|
If you've done that work, the Zulip server configuration for sending
|
2018-04-23 21:32:14 +02:00
|
|
|
push notifications through the new app is quite straightforward:
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2022-01-22 15:40:30 +01:00
|
|
|
- Create an
|
2019-05-30 00:48:43 +02:00
|
|
|
[FCM push notifications](https://firebase.google.com/docs/cloud-messaging)
|
2018-04-22 06:29:46 +02:00
|
|
|
key in the Google Developer console and set `android_gcm_api_key` in
|
|
|
|
`/etc/zulip/zulip-secrets.conf` to that key.
|
2021-08-20 21:45:39 +02:00
|
|
|
- Register for a
|
2018-04-22 06:29:46 +02:00
|
|
|
[mobile push notification certificate][apple-docs]
|
2021-08-20 21:53:28 +02:00
|
|
|
from Apple's developer console. Set `APNS_SANDBOX=False` and
|
2018-04-22 06:29:46 +02:00
|
|
|
`APNS_CERT_FILE` to be the path of your APNS certificate file in
|
|
|
|
`/etc/zulip/settings.py`.
|
2021-08-20 21:45:39 +02:00
|
|
|
- Set the `APNS_TOPIC` and `ZULIP_IOS_APP_ID` settings to the ID for
|
2019-10-01 10:20:16 +02:00
|
|
|
your app (for the official Zulip apps, they are both `org.zulip.Zulip`).
|
2021-08-20 21:45:39 +02:00
|
|
|
- Restart the Zulip server.
|
2018-04-22 06:29:46 +02:00
|
|
|
|
|
|
|
[apple-docs]: https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html
|