diff --git a/spice.proto b/spice.proto index 67b3803..316d287 100644 --- a/spice.proto +++ b/spice.proto @@ -1352,6 +1352,9 @@ channel PortChannel : SpicevmcChannel { } event; }; +channel WebDAVChannel : PortChannel { +}; + protocol Spice { MainChannel main = 1; DisplayChannel display; @@ -1363,4 +1366,5 @@ protocol Spice { SmartcardChannel smartcard; UsbredirChannel usbredir; PortChannel port; + WebDAVChannel webdav; };