diff options
Diffstat (limited to 'docs/rfc.md')
| -rw-r--r-- | docs/rfc.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/rfc.md b/docs/rfc.md index e60527f..e99b53b 100644 --- a/docs/rfc.md +++ b/docs/rfc.md @@ -231,11 +231,11 @@ different auth method will be used. Usermode payload is used for changing user settings related to channels. For example: joining, leaving or setting privilages. -| Type | Name | -|--------|--------------| -| string | user_address | -| string | channel_name | -| uint8 | mode | +| Type | Name | +|--------|-----------------| +| string | user_address | +| string | channel_address | +| uint8 | mode | #### Modes @@ -250,12 +250,12 @@ Read messages previously send to a specific channel. User has to member of the c Response is just a sequence of *Message*. Client should use *Timestamp* field of a *Message* to show them in corrent order. -| Type | Name | -|-----------|--------------| -| string | channel_name | -| timestamp | since | -| int64 | count | -| int64 | offset | +| Type | Name | +|-----------|-----------------| +| string | channel_address | +| timestamp | since | +| int64 | count | +| int64 | offset | ### Test |
