Files
rfc-index/status/raw/url-scheme.md
Jimmy Debe a519e67752 Move Status-URL-scheme (#98)
Move url-scheme to `status/raw`.
2024-09-17 13:11:46 -04:00

1.8 KiB

title, name, status, category, tags, editor, contributors
title name status category tags editor contributors
STATUS-URL-SCHEME Status URL Scheme raw Standards Track Felicio Mununga <felicio@status.im>

Abstract

This document describes URL scheme for previewing and deep linking content as well as for triggering actions.

Background / Rationale / Motivation

Requirements

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/<encoded_data>#<user_chat_key> Preview/Open user profile
/u#<user_chat_key>
/u#<ens_name>
Community /c/<encoded_data>#<community_chat_key> Preview/Open community
/c#<community_chat_key>
Community channel /cc/<encoded_data>#<community_chat_key > Preview/Open community channel
/cc/<channel_uuid>#<community_chat_key>

Discussions

Copyright and related rights waived via CC0.

References