diff options
| -rw-r--r-- | docs/rfc.md | 8 | ||||
| -rw-r--r-- | docs/rfc.txt | 18 |
2 files changed, 13 insertions, 13 deletions
diff --git a/docs/rfc.md b/docs/rfc.md index e99b53b..5c9f9b0 100644 --- a/docs/rfc.md +++ b/docs/rfc.md @@ -206,10 +206,10 @@ different auth method will be used. ### UserAuth -| Type | Name | -|--------|----------| -| string | username | -| string | password | +| Type | Name | +|--------|--------------| +| string | user_address | +| string | password | ### ServerAuth diff --git a/docs/rfc.txt b/docs/rfc.txt index c235666..394b4c2 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 16 May 2026 -Expires: 17 November 2026 +Intended status: Experimental 24 May 2026 +Expires: 25 November 2026 System of Lightweight Electronic Communication @@ -248,13 +248,13 @@ Table of Contents 2.4.4. UserAuth - +========+==========+ - | Type | Name | - +========+==========+ - | string | username | - +--------+----------+ - | string | password | - +--------+----------+ + +========+==============+ + | Type | Name | + +========+==============+ + | string | user_address | + +--------+--------------+ + | string | password | + +--------+--------------+ Table 6 |
