mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 07:02:41 -04:00
more capabilities
This commit is contained in:
parent
dfb4eefd92
commit
ffc54f482e
17 changed files with 143 additions and 0 deletions
|
@ -58,6 +58,8 @@ class Capability(StrEnum):
|
|||
CAP_WILL_SIGNAL = "SGNL"
|
||||
CAP_WILL_RELAY = "RLAY"
|
||||
CAP_WILL_VALIDATE_DIAL_INFO = "DIAL"
|
||||
CAP_WILL_DHT = "DHTV"
|
||||
CAP_WILL_APPMESSAGE = "APPM"
|
||||
|
||||
|
||||
class Stability(StrEnum):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue