zom / zom-ios-matrix

Zom 2 app based on matrix protocol
5 stars 4 forks source link

support custom scheme for invite handling #7

Open iamironrabbit opened 5 years ago

iamironrabbit commented 5 years ago

"zom" instead of "keanu" to support invite links like

zom:?id=foo

tladesignz commented 5 years ago

https://gitlab.com/keanuapp/keanuapp-ios/blob/master/Keanu/Classes/Management/UrlHandler.swift

The format should be

customscheme://invite?id=@foo:example.com and customscheme://join?id=#roomalias:example.com

(URL encoded, of course!)