diff --git a/i2p2www/pages/site/docs/api/bob.html b/i2p2www/pages/site/docs/api/bob.html index e9d4bd80..b2e5241d 100644 --- a/i2p2www/pages/site/docs/api/bob.html +++ b/i2p2www/pages/site/docs/api/bob.html @@ -1,18 +1,20 @@ {% extends "global/layout.html" %} {% block title %}{{ _('BOB - Basic Open Bridge') }}{% endblock %} -{% block lastupdated %}2022-06{% endblock %} +{% block lastupdated %}2025-05{% endblock %} {% block content %}

Warning - Deprecated

Not for use by new applications. -BOB supports the DSA-SHA1 signature type only. +BOB, as specified here, supports the DSA-SHA1 signature type only. BOB will not be extended to support new signature types or other advanced features. New applications should use SAM V3.

-BOB is not supported in Java I2P new installs as of release 1.7.0 (2022-02). +BOB support was removed from Java I2P new installs as of release 1.7.0 (2022-02). It will still work in Java I2P originally installed as version 1.6.1 or earlier, even after updates, but it is unsupported and may break at any time. -BOB is still supported by i2pd as of 2022-06, but applications +BOB is still supported by i2pd as of 2025-05, but applications should still migrate to SAMv3 for the reasons above. +See the i2pd documentation +for any extensions to the API documented here that are supported by i2pd.