use new name

This commit is contained in:
mscherer 2022-01-14 11:08:55 +01:00 committed by GitHub
parent 88d5f64e56
commit f11de0f3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
## Summary ## Summary
This RFC proposes a model of sharing data in the Forge Fed protocol This RFC proposes a model of sharing data in the Forgeflux protocol
through a concept of rooms and events. A room can be subscribed to, through a concept of rooms and events. A room can be subscribed to,
unsubscribed from and can contain nested rooms, which themselves are unsubscribed from and can contain nested rooms, which themselves are
fully capable as parent rooms. Events are used to describe various types fully capable as parent rooms. Events are used to describe various types
@ -48,7 +48,7 @@ instance `f.event.patch`.
## Rooms ## Rooms
Rooms are the basic channels of communication in the Forge Fed protocol. Rooms are the basic channels of communication in the Forgeflux protocol.
All forge-activity should be modeled based on rooms. Rooms are All forge-activity should be modeled based on rooms. Rooms are
identified based on the `main forge` but all `main interfaces` should be identified based on the `main forge` but all `main interfaces` should be
capable of accommodating subscribing non-native interfaces. capable of accommodating subscribing non-native interfaces.