remove register at push notification system

There is no spec for push notifications as they have been removed.
Notifications are a local thing only, for instance the status-react
android client runs a background service that sends a local notification
when the users receives a message while the app is not in the foreground
This commit is contained in:
yenda 2020-03-31 11:35:17 +02:00
parent b521474798
commit 9b3d076a29
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 0 additions and 9 deletions

View File

@ -24,7 +24,6 @@ In this specification we explain what Status account is, and how trust is establ
- [Initial Key Generation](#initial-key-generation)
- [Public/Private Keypairs](#publicprivate-keypairs)
- [X3DH Prekey bundle creation](#x3dh-prekey-bundle-creation)
- [Register at push notification system](#register-at-push-notification-system)
- [Account Broadcasting](#account-broadcasting)
- [X3DH Prekey bundles](#x3dh-prekey-bundles)
- [Optional Account additions](#optional-account-additions)
@ -82,14 +81,6 @@ Everything else associated with the contact is either verified or derived from t
- Timestamp
- These bundles are made available in a variety of ways, as defined in section 2.1.
### Register at push notification system
If you want to receive and send push notifications, you MUST register a push
notification server. This part is currently underspecified. You MAY choose to
not do this.
<!-- TODO: Add details on this this. -->
## Account Broadcasting
- A user is responsible for broadcasting certain information publicly so that others may contact them.