@@ -169,7 +169,8 @@ smpBlockSize = 16384
169169-- 17 - create notification credentials with NEW (7/12/2025)
170170-- 18 - support client notices (10/10/2025)
171171-- 19 - service subscriptions to messages (10/20/2025)
172- -- 20 - server public information in handshake (7/5/2026)
172+ -- 20 - public namespaces resolver, RSLV command (6/20/2026)
173+ -- 21 - server public information in handshake (7/5/2026)
173174
174175data SMPVersion
175176
@@ -204,7 +205,7 @@ namesSMPVersion :: VersionSMP
204205namesSMPVersion = VersionSMP 20
205206
206207serverInfoSMPVersion :: VersionSMP
207- serverInfoSMPVersion = VersionSMP 20
208+ serverInfoSMPVersion = VersionSMP 21
208209
209210minClientSMPRelayVersion :: VersionSMP
210211minClientSMPRelayVersion = VersionSMP 14
@@ -213,10 +214,10 @@ minServerSMPRelayVersion :: VersionSMP
213214minServerSMPRelayVersion = VersionSMP 14
214215
215216currentClientSMPRelayVersion :: VersionSMP
216- currentClientSMPRelayVersion = VersionSMP 20
217+ currentClientSMPRelayVersion = VersionSMP 21
217218
218219currentServerSMPRelayVersion :: VersionSMP
219- currentServerSMPRelayVersion = VersionSMP 20
220+ currentServerSMPRelayVersion = VersionSMP 21
220221
221222-- Max SMP protocol version to be used in e2e encrypted connection between
222223-- client and server, as defined by SMP proxy. Normally set below the current
0 commit comments