From 3f37bbe8d8d7a9829bedf0eb1ec6ea67ad1aeed5 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 19 Mar 2026 14:33:47 +0100 Subject: [daemon] Handle local, private messages --- docs/rfc.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/rfc.md') diff --git a/docs/rfc.md b/docs/rfc.md index 6f902b0..eb8f5c1 100644 --- a/docs/rfc.md +++ b/docs/rfc.md @@ -175,9 +175,10 @@ Payload is always empty for this type. #### 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. | ### Handshake -- cgit v1.2.3