From 206400f063b7e04e6350fb368fa9506193601b57 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 7 Jan 2019 09:47:14 -0800 Subject: [PATCH] GUACAMOLE-661: Document deprecation of "nest" instruction. --- src/references/instructions/server/stream/nest.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/references/instructions/server/stream/nest.xml b/src/references/instructions/server/stream/nest.xml index 207d5c7e..50119f92 100644 --- a/src/references/instructions/server/stream/nest.xml +++ b/src/references/instructions/server/stream/nest.xml @@ -6,6 +6,20 @@ nest + + The nest instruction has been + deprecated. + The nest instruction is no longer necessary, having been replaced + by other streaming instructions (such as blob, ack, and end). Code using the nest + instruction should instead write instructions directly without wrapping those + instructions within nest. + Encodes part of one or more instructions within a single instruction, associating that packet of data with a stream index. Future nest instructions with the same stream index will append their data to the