Security fix

This commit is contained in:
UnlegitDqrk
2026-02-06 17:29:41 +01:00
parent e7954cfb0b
commit cdf83958c9
5 changed files with 68 additions and 32 deletions

View File

@@ -0,0 +1,7 @@
package org.openautonomousconnection.protocol.versions.v1_0_0.beta;
public enum TOFUFeedback {
TRUST, TRUST_ONCE, DISCONNECT
}