Skip to content

Commit 8d751bb

Browse files
committed
abstract in the document
1 parent 80f7935 commit 8d751bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Intro.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
##### This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
88

9-
A redesign of [room servers](https://github.com/staltz/ssb-room) with [user aliases](docs/Alias/Readme.md) and [better privacy](docs/Setup/Privacy%20modes.md). A room server is an SSB peer with privileged internet presence (not behind NATs) that allows its clients to perform [tunneled connections](docs/Participation/Tunneled%20connection.md) with [tunnel addresses](docs/Participation/Tunnel%20addresses.md).
9+
## Abstract
10+
11+
A room server is an SSB peer with privileged internet presence (for instance, not behind a NAT layer) which allows its clients to perform tunneled connections wich each other. For practical purposes, room clients seem to be connected to each other directly, but the room is an intermediary. Connections between server and client are end-to-end encrypted via secret-handshake, as well as in tunneled connections between room clients, so that the room server cannot eavesdrop on the payloads in the tunneled connections. This document describes new capabilities for rooms, such as user aliases, privacy modes, and tunneled authentication.
1012

1113
## Table of contents

0 commit comments

Comments
 (0)