mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
PPAP integration
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Esiur.Net.Packets
|
||||
// Actions
|
||||
Handshake = 0x80,
|
||||
FinalHandshake = 0x81,
|
||||
KeyRotation = 0x82,
|
||||
|
||||
// Acks
|
||||
Denied = 0x40, // no reason, terminate connection
|
||||
@@ -33,6 +34,7 @@ namespace Esiur.Net.Packets
|
||||
ErrorRetry = 0xC3,
|
||||
|
||||
IndicationEstablished = 0xC8,
|
||||
KeyRotationEstablished = 0xC9,
|
||||
|
||||
IAuthPlain = 0xD0,
|
||||
IAuthHashed = 0xD1,
|
||||
|
||||
Reference in New Issue
Block a user