diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-03 11:28:16 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-03 11:28:16 +0200 |
commit | 4e99a3325318c902cd78ea9f760f46d79acde5c0 (patch) | |
tree | cc2bc54f4a0eb27db2b5d38dfbb785c1e9b84bd6 /readme.md | |
parent | fa44b02da29a0bd1b60026d4f6ffd6c9748a09da (diff) | |
download | keks-meet-4e99a3325318c902cd78ea9f760f46d79acde5c0.tar keks-meet-4e99a3325318c902cd78ea9f760f46d79acde5c0.tar.bz2 keks-meet-4e99a3325318c902cd78ea9f760f46d79acde5c0.tar.zst |
riesencommit (part 1)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -41,8 +41,8 @@ If you use this project or have any suggestions, please _Rift_ is similar to the [magic wormhole](https://github.com/magic-wormhole/magic-wormhole), except that -is peer-to-peer. It reuses the keks-meet signaling server to establish a WebRTC -data channel. +it's peer-to-peer. It reuses the keks-meet signaling server to establish a +WebRTC data channel. ```sh pacman -S --needed rustup; rustup install nightly @@ -129,6 +129,8 @@ system works as follows: - Prevent join notification bypass by not identifying - Tray icon for native - Pin js by bookmarking data:text/html loader page +- convert protocol enums to `A | B | C` +- add "contributing" stuff to readme ## Protocol |