mirror of https://github.com/status-im/specs.git
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:
parent
b521474798
commit
9b3d076a29
|
@ -24,7 +24,6 @@ In this specification we explain what Status account is, and how trust is establ
|
||||||
- [Initial Key Generation](#initial-key-generation)
|
- [Initial Key Generation](#initial-key-generation)
|
||||||
- [Public/Private Keypairs](#publicprivate-keypairs)
|
- [Public/Private Keypairs](#publicprivate-keypairs)
|
||||||
- [X3DH Prekey bundle creation](#x3dh-prekey-bundle-creation)
|
- [X3DH Prekey bundle creation](#x3dh-prekey-bundle-creation)
|
||||||
- [Register at push notification system](#register-at-push-notification-system)
|
|
||||||
- [Account Broadcasting](#account-broadcasting)
|
- [Account Broadcasting](#account-broadcasting)
|
||||||
- [X3DH Prekey bundles](#x3dh-prekey-bundles)
|
- [X3DH Prekey bundles](#x3dh-prekey-bundles)
|
||||||
- [Optional Account additions](#optional-account-additions)
|
- [Optional Account additions](#optional-account-additions)
|
||||||
|
@ -82,14 +81,6 @@ Everything else associated with the contact is either verified or derived from t
|
||||||
- Timestamp
|
- Timestamp
|
||||||
- These bundles are made available in a variety of ways, as defined in section 2.1.
|
- 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
|
## Account Broadcasting
|
||||||
- A user is responsible for broadcasting certain information publicly so that others may contact them.
|
- A user is responsible for broadcasting certain information publicly so that others may contact them.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue