Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-08-12 17:07:52 +0300
committerGitHub <noreply@github.com>2022-08-12 17:07:52 +0300
commit91d3bd8df8a5288c2abb3badde00c248d974dae8 (patch)
treec90b1ec7d0600f7119959532167c5fbd1f2b0b8f /docs
parentb6c2ad7feef446b992d087d84f0c5101a6ef5000 (diff)
parentad8134738219349269fc4d7191b2a1a205178ca9 (diff)
Merge pull request #7472 from nextcloud/jwt-auth
Implement JWT auth for signaling connections (hello v2)
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md1
-rw-r--r--docs/internal-signaling.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index 311ffbcc1..9659e7428 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -104,3 +104,4 @@ title: Capabilities
* `talk-polls` - Polls feature is available to use in the chat
* `config => call => enabled` - Whether calling is enabled on the instance or not
* `config => signaling => session-ping-limit` - Number of sessions the HPB is allowed to ping in the same request
+* `config => signaling => hello-v2-token-key` - Public key to use when verifying JWT auth tokens for hello V2.
diff --git a/docs/internal-signaling.md b/docs/internal-signaling.md
index fc75d4e29..000cb7c31 100644
--- a/docs/internal-signaling.md
+++ b/docs/internal-signaling.md
@@ -26,6 +26,7 @@
| `stunservers` | array | v3 | STUN servers |
| `turnservers` | array | v3 | TURN servers |
| `sipDialinInfo` | string | v2 | Generic SIP dial-in information for this conversation (admin free text containing the phone number etc) |
+| `helloAuthParams` | array | v3 | Parameters of the different `hello` versions for the external signaling server. |
- STUN server