diff options
| author | bt <bt@localhost> | 2026-03-31 09:06:24 +0200 |
|---|---|---|
| committer | bt <bt@localhost> | 2026-03-31 09:06:24 +0200 |
| commit | 5e8c7c1c967f01f588655aced32b6b4ca6408850 (patch) | |
| tree | 59ab049d1d2d2c200abc0f8a850438eb7c2ceb82 /docs/rfc.txt | |
| parent | 3f37bbe8d8d7a9829bedf0eb1ec6ea67ad1aeed5 (diff) | |
| download | solec-5e8c7c1c967f01f588655aced32b6b4ca6408850.tar.gz solec-5e8c7c1c967f01f588655aced32b6b4ca6408850.zip | |
[all] Change Go package name, bump Go version
Diffstat (limited to 'docs/rfc.txt')
| -rw-r--r-- | docs/rfc.txt | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/rfc.txt b/docs/rfc.txt index 1b2371a..2029e6f 100644 --- a/docs/rfc.txt +++ b/docs/rfc.txt @@ -1,7 +1,7 @@ SOLEC Working Group bt, Ed. Internet-Draft RCTT.net -Intended status: Experimental 29 March 2026 -Expires: 30 September 2026 +Intended status: Experimental 31 March 2026 +Expires: 2 October 2026 System of Lightweight Electronic Communication @@ -189,13 +189,16 @@ Table of Contents 2.4.2.1. Error types - +======+=============================================+ - | Type | Description | - +======+=============================================+ - | 0x01 | Auth failed. Invalid username or password. | - +------+---------------------------------------------+ + +======+============================================================+ + | Type | Description | + +======+============================================================+ + | 0x01 | Auth failed. Invalid username or password. | + +------+------------------------------------------------------------+ + | 0x02 | Not found. User or channel cannot access | + | | user or channel. | + +------+------------------------------------------------------------+ - Table 3 + Table 3 2.4.3. Handshake |
