Skip to main content Link Menu Expand (external link) Document Search Copy Copied

["room", "metadata"]

Table of contents

  1. Description
  2. Specification
    1. Requests
    2. Responses
  3. Support table
  4. Examples
    1. Requests
      1. go-ssb
      2. Manyverse

Description

This request is related to the rooms specification.

The primary documentation for this request is the SSB Rooms 2.0 specification.

Specification

Requests

Name
["room", "metadata"]
Type
"async"

Warning: some clients incorrectly don't set the type. Check the support table.

Args Must be an empty array.

Responses

As described in the SSB Rooms 2.0 specification.

Support table

Sends Accepts
go-ssb
v0.2.1
Yes.
v0.2.1
Unknown.
Patchwork
3.18.1
No.
3.18.1
Unknown.
Manyverse
v0.2203.21-beta
Yes, malformed, doesn't set the type. See staltz/manyverse#1846.
v0.2203.21-beta
Unknown.

Examples

Requests

go-ssb

  • Request number:
    1
  • Stream:
    false
  • End/err:
    false
  • Body type:
    JSON
go-ssb v0.2.1
{
    "name": ["room", "metadata"],
    "args":[],
    "type": "async"
}

Manyverse

Warning! This request does not conform to the Protocol Guide!

  • Request number:
    1
  • Stream:
    false
  • End/err:
    false
  • Body type:
    JSON
Manyverse v0.2203.21-beta
{
    "name": ["room", "metadata"],
    "args":[]
}