2022-01-18 17:55:34 +01:00
|
|
|
{
|
2025-03-04 18:08:42 +01:00
|
|
|
"$ref": "components/pdu_base.json",
|
2022-01-18 17:55:34 +01:00
|
|
|
"signatures": {
|
|
|
|
|
"example.com": {
|
|
|
|
|
"ed25519:key_version": "these86bytesofbase64signaturecoveressentialfieldsincludinghashessocancheckredactedpdus"
|
|
|
|
|
},
|
|
|
|
|
"resident.example.com": {
|
|
|
|
|
"ed25519:other_key_version": "a different signature"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"auth_events": [
|
|
|
|
|
"$urlsafe_base64_encoded_eventid",
|
|
|
|
|
"$a-different-event-id"
|
|
|
|
|
],
|
|
|
|
|
"prev_events": [
|
|
|
|
|
"$urlsafe_base64_encoded_eventid",
|
|
|
|
|
"$a-different-event-id"
|
|
|
|
|
],
|
|
|
|
|
"type": "m.room.member",
|
|
|
|
|
"state_key": "@alice:example.com",
|
|
|
|
|
"content": {
|
|
|
|
|
"membership": "join",
|
|
|
|
|
"join_authorised_via_users_server": "@arbitrary:resident.example.com"
|
|
|
|
|
}
|
|
|
|
|
}
|