From 07942a38322fd1e53b5305ac1bbf717c35969542 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Mon, 15 Jan 2024 14:49:30 -0500
Subject: [PATCH] I2CP: New status code

---
 i2p2www/spec/i2cp.rst | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/i2p2www/spec/i2cp.rst b/i2p2www/spec/i2cp.rst
index 5355e10d7..d8da1804c 100644
--- a/i2p2www/spec/i2cp.rst
+++ b/i2p2www/spec/i2cp.rst
@@ -3,8 +3,8 @@ I2CP Specification
 ==================
 .. meta::
     :category: Protocols
-    :lastupdated: 2023-10
-    :accuratefor: 0.9.59
+    :lastupdated: 2024-01
+    :accuratefor: 0.9.62
 
 .. contents::
 
@@ -235,6 +235,8 @@ below.
 ==============  ======================
    Version      Required I2CP Features
 ==============  ======================
+   0.9.62       MessageStatus message Loopback error code
+
    0.9.43       BlindingInfo message supported
 
                 Additional HostReply message failure codes
@@ -1095,6 +1097,11 @@ Status Code  As Of Release           Name           Description
 
                                                     This is a guaranteed failure.
 
+    23          0.9.62      Loopback Denied         The message was attempted to be sent from and to
+                                                    the same destination or session.
+
+                                                    This is a guaranteed failure.
+
 ===========  =============  ======================  ==========================================================
 
 When status = 1 (accepted), the nonce matches the nonce in the
-- 
GitLab