diff --git a/vac/raw/url-scheme.md b/vac/raw/url-scheme.md new file mode 100644 index 0000000..c9a31d9 --- /dev/null +++ b/vac/raw/url-scheme.md @@ -0,0 +1,69 @@ +--- +title: STATUS-URL-SCHEME +name: Status URL Scheme +status: raw +category: Standards Track +tags: +editor: Felicio Mununga +contributors: +--- + +## Abstract + +This document describes URL scheme for previewing and deep linking content as well as for triggering actions. + +## Background / Rationale / Motivation + +### Requirements + +#### Related scope + +##### Features + +- Onboarding website +- Link preview +- Link sharing +- Deep linking +- Routing and navigation +- Payment requests +- Chat creation + +## Wire Format Specification / Syntax + +### Schemes + +- Internal `status-app://` +- External `https://` (i.e. univers/deep links) + +### Paths + +| Name | Url | Description | +| ----- | ---- | ---- | +| User profile | `/u/#` | Preview/Open user profile | +| | `/u#` | | +| | `/u#` | | +| Community | `/c/#` | Preview/Open community | +| | `/c#` | | +| Community channel | `/cc/#`| Preview/Open community channel | +| | `/cc/#` | | + + + +## Discussions + +- See +- See + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). + +## References + +- [STATUS-URL-DATA](./url-data.md)