Repository: incubator-guacamole-manual Updated Branches: refs/heads/master 92cdb4255 -> 22a2dca3e
GUACAMOLE-115: Document that the server can also send the "disconnect" instruction. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/f0cf18cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/f0cf18cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/f0cf18cc Branch: refs/heads/master Commit: f0cf18ccbd03d96eba8d026d7c2da35c1a302dbf Parents: 92cdb42 Author: Michael Jumper <[email protected]> Authored: Mon Nov 7 10:39:55 2016 -0800 Committer: Michael Jumper <[email protected]> Committed: Mon Nov 7 10:48:41 2016 -0800 ---------------------------------------------------------------------- .../instructions/client/control/disconnect.xml | 2 +- .../instructions/server/control/disconnect.xml | 11 +++++++++++ src/references/protocol.xml | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/f0cf18cc/src/references/instructions/client/control/disconnect.xml ---------------------------------------------------------------------- diff --git a/src/references/instructions/client/control/disconnect.xml b/src/references/instructions/client/control/disconnect.xml index d778beb..3e9f8b8 100644 --- a/src/references/instructions/client/control/disconnect.xml +++ b/src/references/instructions/client/control/disconnect.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<section xml:id="disconnect-instruction" +<section xml:id="client-disconnect-instruction" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude"> <title>disconnect</title> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/f0cf18cc/src/references/instructions/server/control/disconnect.xml ---------------------------------------------------------------------- diff --git a/src/references/instructions/server/control/disconnect.xml b/src/references/instructions/server/control/disconnect.xml new file mode 100644 index 0000000..7cca158 --- /dev/null +++ b/src/references/instructions/server/control/disconnect.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<section xml:id="server-disconnect-instruction" xmlns="http://docbook.org/ns/docbook" version="5.0" + xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude"> + <title>disconnect</title> + <indexterm> + <primary>disconnect</primary> + </indexterm> + <para>Notifies the client that the connection is about to be closed by the server. This message + can be sent by the server during any phase, and takes no parameters.</para> +</section> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/f0cf18cc/src/references/protocol.xml ---------------------------------------------------------------------- diff --git a/src/references/protocol.xml b/src/references/protocol.xml index cb1116b..690023b 100644 --- a/src/references/protocol.xml +++ b/src/references/protocol.xml @@ -107,6 +107,7 @@ <primary>server instructions</primary> <secondary>control</secondary> </indexterm> + <xi:include href="instructions/server/control/disconnect.xml"/> <xi:include href="instructions/server/control/error.xml"/> <xi:include href="instructions/server/control/log.xml"/> <xi:include href="instructions/server/control/nop.xml"/>
