You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2020/12/29 01:39:04 UTC

[guacamole-website] branch master updated (6c01bbc -> 199afcf)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-website.git.


    from 6c01bbc  Merge document vulnerabilities fixed in 1.2.0.
     add 718441c  Add documentation for 1.3.0.
     add 66c9712  Add Google Analytics tracking code to 1.3.0 documentation.
     new 199afcf  Merge add documentation for 1.3.0.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../guacamole-common-js/ArrayBufferReader.js.html  |  136 +
 .../guacamole-common-js/ArrayBufferWriter.js.html  |  184 +
 .../AudioContextFactory.js.html                    |  140 +
 doc/1.3.0/guacamole-common-js/AudioPlayer.js.html  |  566 ++
 .../guacamole-common-js/AudioRecorder.js.html      |  664 ++
 doc/1.3.0/guacamole-common-js/BlobReader.js.html   |  188 +
 doc/1.3.0/guacamole-common-js/BlobWriter.js.html   |  306 +
 doc/1.3.0/guacamole-common-js/Client.js.html       | 1764 ++++
 .../guacamole-common-js/DataURIReader.js.html      |  144 +
 doc/1.3.0/guacamole-common-js/Display.js.html      | 1620 ++++
 .../Guacamole.ArrayBufferReader.html               |  462 +
 .../Guacamole.ArrayBufferWriter.html               |  766 ++
 .../Guacamole.AudioContextFactory.html             |  343 +
 .../guacamole-common-js/Guacamole.AudioPlayer.html |  744 ++
 .../Guacamole.AudioRecorder.html                   |  840 ++
 .../guacamole-common-js/Guacamole.BlobReader.html  |  710 ++
 .../guacamole-common-js/Guacamole.BlobWriter.html  | 1087 +++
 .../Guacamole.ChainedTunnel.html                   | 1685 ++++
 .../guacamole-common-js/Guacamole.Client.html      | 5399 +++++++++++
 .../Guacamole.DataURIReader.html                   |  441 +
 .../Guacamole.Display.VisibleLayer.html            | 6663 ++++++++++++++
 .../guacamole-common-js/Guacamole.Display.html     | 9393 ++++++++++++++++++++
 .../guacamole-common-js/Guacamole.HTTPTunnel.html  | 1767 ++++
 .../guacamole-common-js/Guacamole.InputSink.html   |  386 +
 .../guacamole-common-js/Guacamole.InputStream.html |  724 ++
 .../guacamole-common-js/Guacamole.IntegerPool.html |  510 ++
 .../guacamole-common-js/Guacamole.JSONReader.html  |  688 ++
 .../Guacamole.Keyboard.ModifierState.html          |  709 ++
 .../guacamole-common-js/Guacamole.Keyboard.html    | 1686 ++++
 .../guacamole-common-js/Guacamole.Layer.Pixel.html |  556 ++
 doc/1.3.0/guacamole-common-js/Guacamole.Layer.html | 5767 ++++++++++++
 .../guacamole-common-js/Guacamole.Mouse.State.html | 1073 +++
 .../Guacamole.Mouse.Touchpad.html                  |  922 ++
 .../Guacamole.Mouse.Touchscreen.html               |  988 ++
 doc/1.3.0/guacamole-common-js/Guacamole.Mouse.html | 1298 +++
 .../guacamole-common-js/Guacamole.Object.html      | 1130 +++
 .../Guacamole.OnScreenKeyboard.Key.html            |  658 ++
 .../Guacamole.OnScreenKeyboard.Layout.html         |  689 ++
 .../Guacamole.OnScreenKeyboard.html                |  996 +++
 .../Guacamole.OutputStream.html                    |  700 ++
 .../guacamole-common-js/Guacamole.Parser.html      |  490 +
 .../Guacamole.RawAudioFormat.html                  |  625 ++
 .../Guacamole.RawAudioPlayer.html                  |  646 ++
 .../Guacamole.RawAudioRecorder.html                |  824 ++
 .../Guacamole.SessionRecording.html                | 1743 ++++
 .../Guacamole.StaticHTTPTunnel.html                | 1769 ++++
 .../guacamole-common-js/Guacamole.Status.html      |  610 ++
 .../Guacamole.StringReader.html                    |  462 +
 .../Guacamole.StringWriter.html                    |  603 ++
 .../guacamole-common-js/Guacamole.Tunnel.html      | 1698 ++++
 .../guacamole-common-js/Guacamole.VideoPlayer.html |  766 ++
 .../Guacamole.WebSocketTunnel.html                 | 1669 ++++
 doc/1.3.0/guacamole-common-js/Guacamole.html       |  332 +
 doc/1.3.0/guacamole-common-js/InputSink.js.html    |  189 +
 doc/1.3.0/guacamole-common-js/InputStream.js.html  |  131 +
 doc/1.3.0/guacamole-common-js/IntegerPool.js.html  |  137 +
 doc/1.3.0/guacamole-common-js/JSONReader.js.html   |  175 +
 doc/1.3.0/guacamole-common-js/Keyboard.js.html     | 1574 ++++
 doc/1.3.0/guacamole-common-js/Layer.js.html        | 1043 +++
 doc/1.3.0/guacamole-common-js/Mouse.js.html        | 1148 +++
 doc/1.3.0/guacamole-common-js/Namespace.js.html    |   87 +
 doc/1.3.0/guacamole-common-js/Object.js.html       |  271 +
 .../guacamole-common-js/OnScreenKeyboard.js.html   | 1004 +++
 doc/1.3.0/guacamole-common-js/OutputStream.js.html |  129 +
 doc/1.3.0/guacamole-common-js/Parser.js.html       |  217 +
 .../guacamole-common-js/RawAudioFormat.js.html     |  207 +
 .../guacamole-common-js/SessionRecording.js.html   |  880 ++
 doc/1.3.0/guacamole-common-js/Status.js.html       |  379 +
 doc/1.3.0/guacamole-common-js/StringReader.js.html |  227 +
 doc/1.3.0/guacamole-common-js/StringWriter.js.html |  252 +
 doc/1.3.0/guacamole-common-js/Tunnel.js.html       | 1475 +++
 doc/1.3.0/guacamole-common-js/Version.js.html      |   91 +
 doc/1.3.0/guacamole-common-js/VideoPlayer.js.html  |  169 +
 .../fonts/OpenSans-Bold-webfont.eot                |  Bin
 .../fonts/OpenSans-Bold-webfont.svg                |    0
 .../fonts/OpenSans-Bold-webfont.woff               |  Bin
 .../fonts/OpenSans-BoldItalic-webfont.eot          |  Bin
 .../fonts/OpenSans-BoldItalic-webfont.svg          |    0
 .../fonts/OpenSans-BoldItalic-webfont.woff         |  Bin
 .../fonts/OpenSans-Italic-webfont.eot              |  Bin
 .../fonts/OpenSans-Italic-webfont.svg              |    0
 .../fonts/OpenSans-Italic-webfont.woff             |  Bin
 .../fonts/OpenSans-Light-webfont.eot               |  Bin
 .../fonts/OpenSans-Light-webfont.svg               |    0
 .../fonts/OpenSans-Light-webfont.woff              |  Bin
 .../fonts/OpenSans-LightItalic-webfont.eot         |  Bin
 .../fonts/OpenSans-LightItalic-webfont.svg         |    0
 .../fonts/OpenSans-LightItalic-webfont.woff        |  Bin
 .../fonts/OpenSans-Regular-webfont.eot             |  Bin
 .../fonts/OpenSans-Regular-webfont.svg             |    0
 .../fonts/OpenSans-Regular-webfont.woff            |  Bin
 doc/1.3.0/guacamole-common-js/index.html           |   75 +
 .../guacamole-common-js/scripts/linenumber.js      |   25 +
 .../scripts/prettify/Apache-License-2.0.txt        |    0
 .../scripts/prettify/lang-css.js                   |    0
 .../scripts/prettify/prettify.js                   |    0
 .../guacamole-common-js/styles/jsdoc-default.css   |  358 +
 .../guacamole-common-js/styles/prettify-jsdoc.css  |    0
 .../styles/prettify-tomorrow.css                   |    0
 doc/1.3.0/guacamole-common/allclasses-frame.html   |   78 +
 doc/1.3.0/guacamole-common/allclasses-noframe.html |   78 +
 doc/1.3.0/guacamole-common/constant-values.html    |  200 +
 doc/1.3.0/guacamole-common/deprecated-list.html    |  136 +
 doc/1.3.0/guacamole-common/help-doc.html           |  241 +
 doc/1.3.0/guacamole-common/index-all.html          | 1478 +++
 doc/1.3.0/guacamole-common/index.html              |   76 +
 .../guacamole/GuacamoleClientBadTypeException.html |  389 +
 .../apache/guacamole/GuacamoleClientException.html |  389 +
 .../guacamole/GuacamoleClientOverrunException.html |  391 +
 .../guacamole/GuacamoleClientTimeoutException.html |  388 +
 .../guacamole/GuacamoleClientTooManyException.html |  390 +
 .../GuacamoleConnectionClosedException.html        |  391 +
 .../org/apache/guacamole/GuacamoleException.html   |  419 +
 .../GuacamoleResourceClosedException.html          |  389 +
 .../GuacamoleResourceConflictException.html        |  390 +
 .../GuacamoleResourceNotFoundException.html        |  391 +
 .../guacamole/GuacamoleSecurityException.html      |  393 +
 .../guacamole/GuacamoleServerBusyException.html    |  389 +
 .../apache/guacamole/GuacamoleServerException.html |  389 +
 .../guacamole/GuacamoleSessionClosedException.html |  389 +
 .../GuacamoleSessionConflictException.html         |  389 +
 .../GuacamoleSessionTimeoutException.html          |  389 +
 .../guacamole/GuacamoleUnauthorizedException.html  |  395 +
 .../guacamole/GuacamoleUnsupportedException.html   |  389 +
 .../guacamole/GuacamoleUpstreamException.html      |  390 +
 .../GuacamoleUpstreamNotFoundException.html        |  389 +
 .../GuacamoleUpstreamTimeoutException.html         |  391 +
 .../GuacamoleUpstreamUnavailableException.html     |  393 +
 .../class-use/GuacamoleClientBadTypeException.html |  136 +
 .../class-use/GuacamoleClientException.html        |  240 +
 .../class-use/GuacamoleClientOverrunException.html |  136 +
 .../class-use/GuacamoleClientTimeoutException.html |  136 +
 .../class-use/GuacamoleClientTooManyException.html |  136 +
 .../GuacamoleConnectionClosedException.html        |  136 +
 .../guacamole/class-use/GuacamoleException.html    |  676 ++
 .../GuacamoleResourceClosedException.html          |  136 +
 .../GuacamoleResourceConflictException.html        |  136 +
 .../GuacamoleResourceNotFoundException.html        |  136 +
 .../class-use/GuacamoleSecurityException.html      |  184 +
 .../class-use/GuacamoleServerBusyException.html    |  136 +
 .../class-use/GuacamoleServerException.html        |  197 +
 .../class-use/GuacamoleSessionClosedException.html |  136 +
 .../GuacamoleSessionConflictException.html         |  136 +
 .../GuacamoleSessionTimeoutException.html          |  136 +
 .../class-use/GuacamoleUnauthorizedException.html  |  136 +
 .../class-use/GuacamoleUnsupportedException.html   |  136 +
 .../class-use/GuacamoleUpstreamException.html      |  252 +
 .../GuacamoleUpstreamNotFoundException.html        |  136 +
 .../GuacamoleUpstreamTimeoutException.html         |  136 +
 .../GuacamoleUpstreamUnavailableException.html     |  136 +
 .../org/apache/guacamole/io/GuacamoleReader.html   |  312 +
 .../org/apache/guacamole/io/GuacamoleWriter.html   |  312 +
 .../apache/guacamole/io/ReaderGuacamoleReader.html |  381 +
 .../apache/guacamole/io/WriterGuacamoleWriter.html |  381 +
 .../guacamole/io/class-use/GuacamoleReader.html    |  299 +
 .../guacamole/io/class-use/GuacamoleWriter.html    |  295 +
 .../io/class-use/ReaderGuacamoleReader.html        |  136 +
 .../io/class-use/WriterGuacamoleWriter.html        |  136 +
 .../org/apache/guacamole/io/package-frame.html     |   37 +
 .../org/apache/guacamole/io/package-summary.html   |  198 +
 .../org/apache/guacamole/io/package-tree.html      |  155 +
 .../org/apache/guacamole/io/package-use.html       |  241 +
 .../guacamole/net/AbstractGuacamoleTunnel.html     |  506 ++
 .../guacamole/net/DelegatingGuacamoleSocket.html   |  450 +
 .../guacamole/net/DelegatingGuacamoleTunnel.html   |  549 ++
 .../org/apache/guacamole/net/GuacamoleSocket.html  |  348 +
 .../org/apache/guacamole/net/GuacamoleTunnel.html  |  489 +
 .../apache/guacamole/net/InetGuacamoleSocket.html  |  409 +
 .../apache/guacamole/net/SSLGuacamoleSocket.html   |  409 +
 .../guacamole/net/SimpleGuacamoleTunnel.html       |  356 +
 .../net/class-use/AbstractGuacamoleTunnel.html     |  181 +
 .../net/class-use/DelegatingGuacamoleSocket.html   |  196 +
 .../net/class-use/DelegatingGuacamoleTunnel.html   |  136 +
 .../guacamole/net/class-use/GuacamoleSocket.html   |  338 +
 .../guacamole/net/class-use/GuacamoleTunnel.html   |  292 +
 .../net/class-use/InetGuacamoleSocket.html         |  136 +
 .../net/class-use/SSLGuacamoleSocket.html          |  136 +
 .../net/class-use/SimpleGuacamoleTunnel.html       |  136 +
 .../org/apache/guacamole/net/package-frame.html    |   41 +
 .../org/apache/guacamole/net/package-summary.html  |  226 +
 .../org/apache/guacamole/net/package-tree.html     |  162 +
 .../org/apache/guacamole/net/package-use.html      |  262 +
 .../org/apache/guacamole/package-frame.html        |   52 +
 .../org/apache/guacamole/package-summary.html      |  318 +
 .../org/apache/guacamole/package-tree.html         |  193 +
 .../org/apache/guacamole/package-use.html          |  326 +
 .../protocol/ConfiguredGuacamoleSocket.html        |  453 +
 .../protocol/FailoverGuacamoleSocket.html          |  386 +
 .../protocol/FilteredGuacamoleReader.html          |  387 +
 .../protocol/FilteredGuacamoleSocket.html          |  368 +
 .../protocol/FilteredGuacamoleWriter.html          |  387 +
 .../protocol/GuacamoleClientInformation.html       |  510 ++
 .../guacamole/protocol/GuacamoleConfiguration.html |  543 ++
 .../apache/guacamole/protocol/GuacamoleFilter.html |  256 +
 .../guacamole/protocol/GuacamoleInstruction.html   |  380 +
 .../apache/guacamole/protocol/GuacamoleParser.html |  479 +
 .../protocol/GuacamoleProtocolCapability.html      |  432 +
 .../protocol/GuacamoleProtocolVersion.html         |  552 ++
 .../apache/guacamole/protocol/GuacamoleStatus.html |  759 ++
 .../class-use/ConfiguredGuacamoleSocket.html       |  136 +
 .../class-use/FailoverGuacamoleSocket.html         |  136 +
 .../class-use/FilteredGuacamoleReader.html         |  136 +
 .../class-use/FilteredGuacamoleSocket.html         |  136 +
 .../class-use/FilteredGuacamoleWriter.html         |  136 +
 .../class-use/GuacamoleClientInformation.html      |  182 +
 .../protocol/class-use/GuacamoleConfiguration.html |  213 +
 .../protocol/class-use/GuacamoleFilter.html        |  196 +
 .../protocol/class-use/GuacamoleInstruction.html   |  262 +
 .../protocol/class-use/GuacamoleParser.html        |  136 +
 .../class-use/GuacamoleProtocolCapability.html     |  187 +
 .../class-use/GuacamoleProtocolVersion.html        |  249 +
 .../protocol/class-use/GuacamoleStatus.html        |  306 +
 .../apache/guacamole/protocol/package-frame.html   |   49 +
 .../apache/guacamole/protocol/package-summary.html |  270 +
 .../apache/guacamole/protocol/package-tree.html    |  179 +
 .../org/apache/guacamole/protocol/package-use.html |  258 +
 .../servlet/GuacamoleHTTPTunnelServlet.html        |  606 ++
 .../class-use/GuacamoleHTTPTunnelServlet.html      |  136 +
 .../apache/guacamole/servlet/package-frame.html    |   31 +
 .../apache/guacamole/servlet/package-summary.html  |  168 +
 .../org/apache/guacamole/servlet/package-tree.html |  157 +
 .../org/apache/guacamole/servlet/package-use.html  |  136 +
 .../GuacamoleWebSocketTunnelEndpoint.html          |  369 +
 .../GuacamoleWebSocketTunnelEndpoint.html          |  136 +
 .../apache/guacamole/websocket/package-frame.html  |   31 +
 .../guacamole/websocket/package-summary.html       |  157 +
 .../apache/guacamole/websocket/package-tree.html   |  153 +
 .../apache/guacamole/websocket/package-use.html    |  136 +
 doc/1.3.0/guacamole-common/overview-frame.html     |   37 +
 doc/1.3.0/guacamole-common/overview-summary.html   |  184 +
 doc/1.3.0/guacamole-common/overview-tree.html      |  257 +
 doc/{1.1.0 => 1.3.0}/guacamole-common/package-list |    0
 .../guacamole-common}/script.js                    |    0
 doc/1.3.0/guacamole-common/serialized-form.html    |  318 +
 .../guacamole-common}/stylesheet.css               |    0
 doc/1.3.0/guacamole-ext/allclasses-frame.html      |  178 +
 doc/1.3.0/guacamole-ext/allclasses-noframe.html    |  178 +
 doc/1.3.0/guacamole-ext/constant-values.html       |  397 +
 doc/1.3.0/guacamole-ext/deprecated-list.html       |  323 +
 doc/1.3.0/guacamole-ext/help-doc.html              |  241 +
 doc/1.3.0/guacamole-ext/index-all.html             | 4214 +++++++++
 doc/1.3.0/guacamole-ext/index.html                 |   76 +
 .../apache/guacamole/environment/Environment.html  |  504 ++
 .../guacamole/environment/LocalEnvironment.html    |  530 ++
 .../environment/class-use/Environment.html         |  180 +
 .../environment/class-use/LocalEnvironment.html    |  136 +
 .../guacamole/environment/package-frame.html       |   35 +
 .../guacamole/environment/package-summary.html     |  176 +
 .../apache/guacamole/environment/package-tree.html |  153 +
 .../apache/guacamole/environment/package-use.html  |  172 +
 .../org/apache/guacamole/form/BooleanField.html    |  293 +
 .../org/apache/guacamole/form/DateField.html       |  402 +
 .../org/apache/guacamole/form/EmailField.html      |  284 +
 .../org/apache/guacamole/form/EnumField.html       |  288 +
 .../org/apache/guacamole/form/Field.Type.html      |  600 ++
 .../org/apache/guacamole/form/Field.html           |  473 +
 .../org/apache/guacamole/form/FieldOption.html     |  376 +
 .../org/apache/guacamole/form/Form.html            |  382 +
 .../org/apache/guacamole/form/LanguageField.html   |  334 +
 .../org/apache/guacamole/form/MultilineField.html  |  284 +
 .../org/apache/guacamole/form/NumericField.html    |  356 +
 .../org/apache/guacamole/form/PasswordField.html   |  285 +
 .../org/apache/guacamole/form/RedirectField.html   |  366 +
 .../guacamole/form/TerminalColorSchemeField.html   |  286 +
 .../org/apache/guacamole/form/TextField.html       |  354 +
 .../org/apache/guacamole/form/TimeField.html       |  402 +
 .../org/apache/guacamole/form/TimeZoneField.html   |  332 +
 .../org/apache/guacamole/form/UsernameField.html   |  285 +
 .../guacamole/form/class-use/BooleanField.html     |  136 +
 .../apache/guacamole/form/class-use/DateField.html |  136 +
 .../guacamole/form/class-use/EmailField.html       |  136 +
 .../apache/guacamole/form/class-use/EnumField.html |  136 +
 .../guacamole/form/class-use/Field.Type.html       |  136 +
 .../org/apache/guacamole/form/class-use/Field.html |  412 +
 .../guacamole/form/class-use/FieldOption.html      |  136 +
 .../org/apache/guacamole/form/class-use/Form.html  |  341 +
 .../guacamole/form/class-use/LanguageField.html    |  136 +
 .../guacamole/form/class-use/MultilineField.html   |  136 +
 .../guacamole/form/class-use/NumericField.html     |  136 +
 .../guacamole/form/class-use/PasswordField.html    |  136 +
 .../guacamole/form/class-use/RedirectField.html    |  136 +
 .../form/class-use/TerminalColorSchemeField.html   |  136 +
 .../apache/guacamole/form/class-use/TextField.html |  136 +
 .../apache/guacamole/form/class-use/TimeField.html |  136 +
 .../guacamole/form/class-use/TimeZoneField.html    |  136 +
 .../guacamole/form/class-use/UsernameField.html    |  136 +
 .../org/apache/guacamole/form/package-frame.html   |   48 +
 .../org/apache/guacamole/form/package-summary.html |  273 +
 .../org/apache/guacamole/form/package-tree.html    |  169 +
 .../org/apache/guacamole/form/package-use.html     |  242 +
 .../apache/guacamole/language/Translatable.html    |  251 +
 ...ranslatableGuacamoleClientBadTypeException.html |  461 +
 .../TranslatableGuacamoleClientException.html      |  456 +
 ...ranslatableGuacamoleClientOverrunException.html |  461 +
 ...ranslatableGuacamoleClientTimeoutException.html |  461 +
 ...ranslatableGuacamoleClientTooManyException.html |  461 +
 ...slatableGuacamoleConnectionClosedException.html |  461 +
 .../TranslatableGuacamoleCredentialsException.html |  494 +
 ...eGuacamoleInsufficientCredentialsException.html |  499 ++
 ...atableGuacamoleInvalidCredentialsException.html |  499 ++
 ...anslatableGuacamoleResourceClosedException.html |  461 +
 ...slatableGuacamoleResourceConflictException.html |  461 +
 ...slatableGuacamoleResourceNotFoundException.html |  461 +
 .../TranslatableGuacamoleSecurityException.html    |  461 +
 .../TranslatableGuacamoleServerBusyException.html  |  461 +
 .../TranslatableGuacamoleServerException.html      |  456 +
 ...ranslatableGuacamoleSessionClosedException.html |  461 +
 ...nslatableGuacamoleSessionConflictException.html |  461 +
 ...anslatableGuacamoleSessionTimeoutException.html |  461 +
 ...TranslatableGuacamoleUnauthorizedException.html |  466 +
 .../TranslatableGuacamoleUnsupportedException.html |  461 +
 .../TranslatableGuacamoleUpstreamException.html    |  456 +
 ...slatableGuacamoleUpstreamNotFoundException.html |  461 +
 ...nslatableGuacamoleUpstreamTimeoutException.html |  461 +
 ...tableGuacamoleUpstreamUnavailableException.html |  461 +
 .../guacamole/language/TranslatableMessage.html    |  355 +
 .../guacamole/language/class-use/Translatable.html |  391 +
 ...ranslatableGuacamoleClientBadTypeException.html |  136 +
 .../TranslatableGuacamoleClientException.html      |  136 +
 ...ranslatableGuacamoleClientOverrunException.html |  136 +
 ...ranslatableGuacamoleClientTimeoutException.html |  136 +
 ...ranslatableGuacamoleClientTooManyException.html |  136 +
 ...slatableGuacamoleConnectionClosedException.html |  136 +
 .../TranslatableGuacamoleCredentialsException.html |  136 +
 ...eGuacamoleInsufficientCredentialsException.html |  136 +
 ...atableGuacamoleInvalidCredentialsException.html |  136 +
 ...anslatableGuacamoleResourceClosedException.html |  136 +
 ...slatableGuacamoleResourceConflictException.html |  136 +
 ...slatableGuacamoleResourceNotFoundException.html |  136 +
 .../TranslatableGuacamoleSecurityException.html    |  136 +
 .../TranslatableGuacamoleServerBusyException.html  |  136 +
 .../TranslatableGuacamoleServerException.html      |  136 +
 ...ranslatableGuacamoleSessionClosedException.html |  136 +
 ...nslatableGuacamoleSessionConflictException.html |  136 +
 ...anslatableGuacamoleSessionTimeoutException.html |  136 +
 ...TranslatableGuacamoleUnauthorizedException.html |  136 +
 .../TranslatableGuacamoleUnsupportedException.html |  136 +
 .../TranslatableGuacamoleUpstreamException.html    |  136 +
 ...slatableGuacamoleUpstreamNotFoundException.html |  136 +
 ...nslatableGuacamoleUpstreamTimeoutException.html |  136 +
 ...tableGuacamoleUpstreamUnavailableException.html |  136 +
 .../language/class-use/TranslatableMessage.html    |  691 ++
 .../apache/guacamole/language/package-frame.html   |   62 +
 .../apache/guacamole/language/package-summary.html |  380 +
 .../apache/guacamole/language/package-tree.html    |  285 +
 .../org/apache/guacamole/language/package-use.html |  213 +
 .../net/auth/AbstractActiveConnection.html         |  608 ++
 .../net/auth/AbstractAuthenticatedUser.html        |  376 +
 .../net/auth/AbstractAuthenticationProvider.html   |  660 ++
 .../guacamole/net/auth/AbstractConnection.html     |  500 ++
 .../net/auth/AbstractConnectionGroup.html          |  479 +
 .../guacamole/net/auth/AbstractIdentifiable.html   |  365 +
 .../guacamole/net/auth/AbstractSharingProfile.html |  527 ++
 .../apache/guacamole/net/auth/AbstractUser.html    |  745 ++
 .../guacamole/net/auth/AbstractUserContext.html    |  906 ++
 .../guacamole/net/auth/AbstractUserGroup.html      |  681 ++
 .../guacamole/net/auth/ActiveConnection.html       |  600 ++
 .../apache/guacamole/net/auth/ActivityRecord.html  |  337 +
 .../auth/ActivityRecordSet.SortableProperty.html   |  352 +
 .../guacamole/net/auth/ActivityRecordSet.html      |  381 +
 .../org/apache/guacamole/net/auth/Attributes.html  |  283 +
 .../guacamole/net/auth/AuthenticatedUser.html      |  375 +
 .../guacamole/net/auth/AuthenticationProvider.html |  551 ++
 .../org/apache/guacamole/net/auth/Connectable.html |  335 +
 .../org/apache/guacamole/net/auth/Connection.html  |  517 ++
 .../guacamole/net/auth/ConnectionGroup.Type.html   |  371 +
 .../apache/guacamole/net/auth/ConnectionGroup.html |  451 +
 .../guacamole/net/auth/ConnectionRecord.html       |  331 +
 .../guacamole/net/auth/ConnectionRecordSet.html    |  229 +
 .../org/apache/guacamole/net/auth/Credentials.html |  567 ++
 .../guacamole/net/auth/DecoratingDirectory.html    |  519 ++
 .../guacamole/net/auth/DelegatingConnection.html   |  798 ++
 .../net/auth/DelegatingConnectionGroup.html        |  736 ++
 .../guacamole/net/auth/DelegatingDirectory.html    |  502 ++
 .../net/auth/DelegatingSharingProfile.html         |  576 ++
 .../apache/guacamole/net/auth/DelegatingUser.html  |  832 ++
 .../guacamole/net/auth/DelegatingUserContext.html  |  876 ++
 .../guacamole/net/auth/DelegatingUserGroup.html    |  705 ++
 .../org/apache/guacamole/net/auth/Directory.html   |  402 +
 ...acamoleProxyConfiguration.EncryptionMethod.html |  364 +
 .../net/auth/GuacamoleProxyConfiguration.html      |  402 +
 .../apache/guacamole/net/auth/Identifiable.html    |  273 +
 .../org/apache/guacamole/net/auth/Permissions.html |  409 +
 .../guacamole/net/auth/RelatedObjectSet.html       |  350 +
 .../org/apache/guacamole/net/auth/Shareable.html   |  272 +
 .../apache/guacamole/net/auth/SharingProfile.html  |  387 +
 .../net/auth/TokenInjectingConnection.html         |  346 +
 .../net/auth/TokenInjectingConnectionGroup.html    |  361 +
 .../net/auth/TokenInjectingUserContext.html        |  454 +
 .../apache/guacamole/net/auth/User.Attribute.html  |  346 +
 .../org/apache/guacamole/net/auth/User.html        |  467 +
 .../org/apache/guacamole/net/auth/UserContext.html |  731 ++
 .../org/apache/guacamole/net/auth/UserGroup.html   |  337 +
 .../auth/class-use/AbstractActiveConnection.html   |  136 +
 .../auth/class-use/AbstractAuthenticatedUser.html  |  136 +
 .../class-use/AbstractAuthenticationProvider.html  |  183 +
 .../net/auth/class-use/AbstractConnection.html     |  183 +
 .../auth/class-use/AbstractConnectionGroup.html    |  184 +
 .../net/auth/class-use/AbstractIdentifiable.html   |  265 +
 .../net/auth/class-use/AbstractSharingProfile.html |  136 +
 .../guacamole/net/auth/class-use/AbstractUser.html |  182 +
 .../net/auth/class-use/AbstractUserContext.html    |  183 +
 .../net/auth/class-use/AbstractUserGroup.html      |  183 +
 .../net/auth/class-use/ActiveConnection.html       |  211 +
 .../net/auth/class-use/ActivityRecord.html         |  281 +
 .../ActivityRecordSet.SortableProperty.html        |  239 +
 .../net/auth/class-use/ActivityRecordSet.html      |  331 +
 .../guacamole/net/auth/class-use/Attributes.html   |  351 +
 .../net/auth/class-use/AuthenticatedUser.html      |  462 +
 .../net/auth/class-use/AuthenticationProvider.html |  283 +
 .../guacamole/net/auth/class-use/Connectable.html  |  291 +
 .../guacamole/net/auth/class-use/Connection.html   |  377 +
 .../net/auth/class-use/ConnectionGroup.Type.html   |  225 +
 .../net/auth/class-use/ConnectionGroup.html        |  386 +
 .../net/auth/class-use/ConnectionRecord.html       |  254 +
 .../net/auth/class-use/ConnectionRecordSet.html    |  213 +
 .../guacamole/net/auth/class-use/Credentials.html  |  418 +
 .../net/auth/class-use/DecoratingDirectory.html    |  136 +
 .../net/auth/class-use/DelegatingConnection.html   |  183 +
 .../auth/class-use/DelegatingConnectionGroup.html  |  183 +
 .../net/auth/class-use/DelegatingDirectory.html    |  182 +
 .../auth/class-use/DelegatingSharingProfile.html   |  136 +
 .../net/auth/class-use/DelegatingUser.html         |  136 +
 .../net/auth/class-use/DelegatingUserContext.html  |  183 +
 .../net/auth/class-use/DelegatingUserGroup.html    |  136 +
 .../guacamole/net/auth/class-use/Directory.html    |  418 +
 ...acamoleProxyConfiguration.EncryptionMethod.html |  210 +
 .../class-use/GuacamoleProxyConfiguration.html     |  183 +
 .../guacamole/net/auth/class-use/Identifiable.html |  446 +
 .../guacamole/net/auth/class-use/Permissions.html  |  284 +
 .../net/auth/class-use/RelatedObjectSet.html       |  287 +
 .../guacamole/net/auth/class-use/Shareable.html    |  198 +
 .../net/auth/class-use/SharingProfile.html         |  248 +
 .../auth/class-use/TokenInjectingConnection.html   |  136 +
 .../class-use/TokenInjectingConnectionGroup.html   |  136 +
 .../auth/class-use/TokenInjectingUserContext.html  |  136 +
 .../net/auth/class-use/User.Attribute.html         |  136 +
 .../apache/guacamole/net/auth/class-use/User.html  |  314 +
 .../guacamole/net/auth/class-use/UserContext.html  |  451 +
 .../guacamole/net/auth/class-use/UserGroup.html    |  276 +
 .../net/auth/credentials/CredentialsInfo.html      |  400 +
 .../credentials/GuacamoleCredentialsException.html |  419 +
 .../GuacamoleInsufficientCredentialsException.html |  392 +
 .../GuacamoleInvalidCredentialsException.html      |  390 +
 .../net/auth/credentials/UserCredentials.html      |  585 ++
 .../credentials/class-use/CredentialsInfo.html     |  421 +
 .../class-use/GuacamoleCredentialsException.html   |  228 +
 .../GuacamoleInsufficientCredentialsException.html |  180 +
 .../GuacamoleInvalidCredentialsException.html      |  180 +
 .../credentials/class-use/UserCredentials.html     |  182 +
 .../net/auth/credentials/package-frame.html        |   38 +
 .../net/auth/credentials/package-summary.html      |  194 +
 .../net/auth/credentials/package-tree.html         |  183 +
 .../net/auth/credentials/package-use.html          |  240 +
 .../apache/guacamole/net/auth/package-frame.html   |   83 +
 .../apache/guacamole/net/auth/package-summary.html |  507 ++
 .../apache/guacamole/net/auth/package-tree.html    |  256 +
 .../org/apache/guacamole/net/auth/package-use.html |  587 ++
 .../net/auth/permission/ObjectPermission.Type.html |  395 +
 .../net/auth/permission/ObjectPermission.html      |  391 +
 .../net/auth/permission/ObjectPermissionSet.html   |  488 +
 .../guacamole/net/auth/permission/Permission.html  |  251 +
 .../net/auth/permission/PermissionSet.html         |  311 +
 .../net/auth/permission/SystemPermission.Type.html |  429 +
 .../net/auth/permission/SystemPermission.html      |  364 +
 .../net/auth/permission/SystemPermissionSet.html   |  432 +
 .../class-use/ObjectPermission.Type.html           |  323 +
 .../permission/class-use/ObjectPermission.html     |  259 +
 .../permission/class-use/ObjectPermissionSet.html  |  412 +
 .../net/auth/permission/class-use/Permission.html  |  204 +
 .../auth/permission/class-use/PermissionSet.html   |  224 +
 .../class-use/SystemPermission.Type.html           |  267 +
 .../permission/class-use/SystemPermission.html     |  259 +
 .../permission/class-use/SystemPermissionSet.html  |  258 +
 .../net/auth/permission/package-frame.html         |   44 +
 .../net/auth/permission/package-summary.html       |  235 +
 .../net/auth/permission/package-tree.html          |  173 +
 .../guacamole/net/auth/permission/package-use.html |  301 +
 .../net/auth/simple/SimpleActivityRecordSet.html   |  457 +
 .../auth/simple/SimpleAuthenticationProvider.html  |  420 +
 .../net/auth/simple/SimpleConnection.html          |  684 ++
 .../net/auth/simple/SimpleConnectionDirectory.html |  354 +
 .../net/auth/simple/SimpleConnectionGroup.html     |  537 ++
 .../simple/SimpleConnectionGroupDirectory.html     |  356 +
 .../net/auth/simple/SimpleConnectionRecordSet.html |  443 +
 .../guacamole/net/auth/simple/SimpleDirectory.html |  616 ++
 .../net/auth/simple/SimpleObjectPermissionSet.html |  622 ++
 .../net/auth/simple/SimpleRelatedObjectSet.html    |  432 +
 .../net/auth/simple/SimpleSystemPermissionSet.html |  514 ++
 .../guacamole/net/auth/simple/SimpleUser.html      |  535 ++
 .../net/auth/simple/SimpleUserContext.html         |  516 ++
 .../net/auth/simple/SimpleUserDirectory.html       |  282 +
 .../guacamole/net/auth/simple/SimpleUserGroup.html |  309 +
 .../simple/class-use/SimpleActivityRecordSet.html  |  136 +
 .../class-use/SimpleAuthenticationProvider.html    |  136 +
 .../auth/simple/class-use/SimpleConnection.html    |  136 +
 .../class-use/SimpleConnectionDirectory.html       |  136 +
 .../simple/class-use/SimpleConnectionGroup.html    |  136 +
 .../class-use/SimpleConnectionGroupDirectory.html  |  136 +
 .../class-use/SimpleConnectionRecordSet.html       |  136 +
 .../net/auth/simple/class-use/SimpleDirectory.html |  200 +
 .../class-use/SimpleObjectPermissionSet.html       |  136 +
 .../simple/class-use/SimpleRelatedObjectSet.html   |  136 +
 .../class-use/SimpleSystemPermissionSet.html       |  136 +
 .../net/auth/simple/class-use/SimpleUser.html      |  136 +
 .../auth/simple/class-use/SimpleUserContext.html   |  136 +
 .../auth/simple/class-use/SimpleUserDirectory.html |  136 +
 .../net/auth/simple/class-use/SimpleUserGroup.html |  136 +
 .../guacamole/net/auth/simple/package-frame.html   |   45 +
 .../guacamole/net/auth/simple/package-summary.html |  264 +
 .../guacamole/net/auth/simple/package-tree.html    |  194 +
 .../guacamole/net/auth/simple/package-use.html     |  176 +
 .../net/event/AuthenticationFailureEvent.html      |  311 +
 .../net/event/AuthenticationSuccessEvent.html      |  345 +
 .../guacamole/net/event/CredentialEvent.html       |  247 +
 .../guacamole/net/event/TunnelCloseEvent.html      |  375 +
 .../guacamole/net/event/TunnelConnectEvent.html    |  375 +
 .../apache/guacamole/net/event/TunnelEvent.html    |  246 +
 .../org/apache/guacamole/net/event/UserEvent.html  |  249 +
 .../class-use/AuthenticationFailureEvent.html      |  183 +
 .../class-use/AuthenticationSuccessEvent.html      |  183 +
 .../net/event/class-use/CredentialEvent.html       |  201 +
 .../net/event/class-use/TunnelCloseEvent.html      |  182 +
 .../net/event/class-use/TunnelConnectEvent.html    |  182 +
 .../guacamole/net/event/class-use/TunnelEvent.html |  187 +
 .../guacamole/net/event/class-use/UserEvent.html   |  194 +
 .../listener/AuthenticationFailureListener.html    |  258 +
 .../listener/AuthenticationSuccessListener.html    |  262 +
 .../guacamole/net/event/listener/Listener.html     |  255 +
 .../net/event/listener/TunnelCloseListener.html    |  259 +
 .../net/event/listener/TunnelConnectListener.html  |  260 +
 .../class-use/AuthenticationFailureListener.html   |  136 +
 .../class-use/AuthenticationSuccessListener.html   |  136 +
 .../net/event/listener/class-use/Listener.html     |  136 +
 .../listener/class-use/TunnelCloseListener.html    |  136 +
 .../listener/class-use/TunnelConnectListener.html  |  136 +
 .../net/event/listener/package-frame.html          |   35 +
 .../net/event/listener/package-summary.html        |  195 +
 .../guacamole/net/event/listener/package-tree.html |  149 +
 .../guacamole/net/event/listener/package-use.html  |  136 +
 .../apache/guacamole/net/event/package-frame.html  |   40 +
 .../guacamole/net/event/package-summary.html       |  224 +
 .../apache/guacamole/net/event/package-tree.html   |  158 +
 .../apache/guacamole/net/event/package-use.html    |  227 +
 .../properties/BooleanGuacamoleProperty.html       |  315 +
 .../EnumGuacamoleProperty.PropertyValue.html       |  237 +
 .../properties/EnumGuacamoleProperty.html          |  414 +
 .../properties/FileGuacamoleProperty.html          |  314 +
 .../guacamole/properties/GuacamoleProperty.html    |  281 +
 .../properties/IntegerGuacamoleProperty.html       |  314 +
 .../properties/LongGuacamoleProperty.html          |  314 +
 .../properties/StringGuacamoleProperty.html        |  314 +
 .../properties/TimeZoneGuacamoleProperty.html      |  353 +
 .../guacamole/properties/URIGuacamoleProperty.html |  314 +
 .../class-use/BooleanGuacamoleProperty.html        |  178 +
 .../EnumGuacamoleProperty.PropertyValue.html       |  136 +
 .../class-use/EnumGuacamoleProperty.html           |  136 +
 .../class-use/FileGuacamoleProperty.html           |  136 +
 .../properties/class-use/GuacamoleProperty.html    |  276 +
 .../class-use/IntegerGuacamoleProperty.html        |  178 +
 .../class-use/LongGuacamoleProperty.html           |  136 +
 .../class-use/StringGuacamoleProperty.html         |  179 +
 .../class-use/TimeZoneGuacamoleProperty.html       |  136 +
 .../properties/class-use/URIGuacamoleProperty.html |  136 +
 .../apache/guacamole/properties/package-frame.html |   46 +
 .../guacamole/properties/package-summary.html      |  245 +
 .../apache/guacamole/properties/package-tree.html  |  164 +
 .../apache/guacamole/properties/package-use.html   |  212 +
 .../apache/guacamole/protocols/ProtocolInfo.html   |  492 +
 .../protocols/class-use/ProtocolInfo.html          |  202 +
 .../apache/guacamole/protocols/package-frame.html  |   31 +
 .../guacamole/protocols/package-summary.html       |  157 +
 .../apache/guacamole/protocols/package-tree.html   |  149 +
 .../apache/guacamole/protocols/package-use.html    |  172 +
 .../org/apache/guacamole/token/StandardTokens.html |  495 ++
 .../org/apache/guacamole/token/TokenFilter.html    |  465 +
 .../org/apache/guacamole/token/TokenName.html      |  298 +
 .../guacamole/token/class-use/StandardTokens.html  |  136 +
 .../guacamole/token/class-use/TokenFilter.html     |  199 +
 .../guacamole/token/class-use/TokenName.html       |  136 +
 .../org/apache/guacamole/token/package-frame.html  |   33 +
 .../apache/guacamole/token/package-summary.html    |  170 +
 .../org/apache/guacamole/token/package-tree.html   |  151 +
 .../org/apache/guacamole/token/package-use.html    |  172 +
 .../org/apache/guacamole/xml/DocumentHandler.html  |  382 +
 .../org/apache/guacamole/xml/TagHandler.html       |  303 +
 .../guacamole/xml/class-use/DocumentHandler.html   |  136 +
 .../apache/guacamole/xml/class-use/TagHandler.html |  196 +
 .../org/apache/guacamole/xml/package-frame.html    |   35 +
 .../org/apache/guacamole/xml/package-summary.html  |  187 +
 .../org/apache/guacamole/xml/package-tree.html     |  157 +
 .../org/apache/guacamole/xml/package-use.html      |  175 +
 doc/1.3.0/guacamole-ext/overview-frame.html        |   44 +
 doc/1.3.0/guacamole-ext/overview-summary.html      |  223 +
 doc/1.3.0/guacamole-ext/overview-tree.html         |  512 ++
 doc/{1.2.0 => 1.3.0}/guacamole-ext/package-list    |    0
 doc/{1.2.0 => 1.3.0}/guacamole-ext/script.js       |    0
 doc/1.3.0/guacamole-ext/serialized-form.html       |  652 ++
 doc/{1.2.0 => 1.3.0}/guacamole-ext/stylesheet.css  |    0
 doc/1.3.0/gug/adhoc-connections.html               |   69 +
 doc/1.3.0/gug/administration.html                  |  163 +
 doc/{1.2.0 => 1.3.0}/gug/appendices.html           |    0
 doc/1.3.0/gug/book-index.html                      |   21 +
 doc/1.3.0/gug/cas-auth.html                        |   85 +
 doc/1.3.0/gug/configuring-guacamole.html           | 2853 ++++++
 doc/1.3.0/gug/custom-auth.html                     |  383 +
 doc/1.3.0/gug/custom-protocols.html                |  654 ++
 doc/{1.2.0 => 1.3.0}/gug/developers-guide.html     |    0
 doc/1.3.0/gug/duo-auth.html                        |  102 +
 doc/1.3.0/gug/event-listeners.html                 |  292 +
 doc/1.3.0/gug/faq.html                             |   86 +
 doc/1.3.0/gug/guacamole-architecture.html          |   83 +
 doc/1.3.0/gug/guacamole-common-js.html             |  263 +
 doc/1.3.0/gug/guacamole-common.html                |  141 +
 doc/1.3.0/gug/guacamole-docker.html                |  442 +
 doc/1.3.0/gug/guacamole-ext.html                   |  457 +
 doc/1.3.0/gug/guacamole-protocol.html              |  193 +
 doc/{1.2.0 => 1.3.0}/gug/gug.css                   |    0
 doc/1.3.0/gug/header-auth.html                     |   54 +
 .../gug/images/duo-add-guacamole.png               |  Bin
 .../gug/images/duo-auth-factor-1.png               |  Bin
 .../gug/images/duo-auth-factor-2.png               |  Bin
 .../gug/images/duo-copy-details.png                |  Bin
 .../gug/images/duo-rename-guacamole.png            |  Bin
 .../gug/images/edit-connection.png                 |  Bin
 .../gug/images/edit-group-memberships.png          |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/edit-group.png     |  Bin
 .../gug/images/edit-sharing-profile.png            |  Bin
 .../gug/images/edit-user-group.png                 |  Bin
 .../gug/images/edit-user-membership.png            |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/edit-user.png      |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/file-browser.png   |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/file-transfers.png |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/guac-arch.png      |  Bin
 .../gug/images/guac-menu-disconnect.png            |  Bin
 .../gug/images/guac-menu-share-link.png            |  Bin
 .../gug/images/guac-menu-share.png                 |  Bin
 .../gug/images/guacamole-client-interface.png      |  Bin
 .../gug/images/guacamole-drive-download.png        |  Bin
 .../gug/images/guacamole-drive.png                 |  Bin
 .../gug/images/guacamole-home-screen.png           |  Bin
 .../gug/images/guacamole-preferences.png           |  Bin
 .../gug/images/guacamole-settings-sections.png     |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/manage-button.png  |  Bin
 .../gug/images/manage-connections.png              |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/manage-groups.png  |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/manage-history.png |  Bin
 .../gug/images/manage-sessions.png                 |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/manage-users.png   |  Bin
 .../gug/images/session-filter-example-1.png        |  Bin
 .../gug/images/session-filter-example-2.png        |  Bin
 .../gug/images/totp-auth-factor-1.png              |  Bin
 .../gug/images/totp-auth-factor-2.png              |  Bin
 .../gug/images/totp-enroll-detail.png              |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/totp-enroll.png    |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/touchpad.png       |  Bin
 doc/{1.2.0 => 1.3.0}/gug/images/touchscreen.png    |  Bin
 doc/1.3.0/gug/index.html                           |   29 +
 doc/1.3.0/gug/installing-guacamole.html            |  458 +
 doc/1.3.0/gug/jdbc-auth.html                       | 1109 +++
 doc/1.3.0/gug/ldap-auth.html                       |  341 +
 doc/1.3.0/gug/libguac.html                         |  263 +
 doc/1.3.0/gug/openid-auth.html                     |  100 +
 doc/1.3.0/gug/preface.html                         |   92 +
 doc/1.3.0/gug/protocol-reference.html              |  338 +
 doc/{1.2.0 => 1.3.0}/gug/proxying-guacamole.html   |    0
 doc/1.3.0/gug/radius-auth.html                     |  137 +
 doc/1.3.0/gug/saml-auth.html                       |   96 +
 doc/1.3.0/gug/totp-auth.html                       |   87 +
 doc/1.3.0/gug/troubleshooting.html                 |  407 +
 doc/1.3.0/gug/users-guide.html                     |   21 +
 doc/1.3.0/gug/using-guacamole.html                 |  204 +
 doc/1.3.0/gug/writing-you-own-guacamole-app.html   |  436 +
 doc/1.3.0/libguac/annotated.html                   |  104 +
 doc/1.3.0/libguac/argv-constants_8h.html           |  145 +
 doc/1.3.0/libguac/argv-constants_8h_source.html    |   91 +
 doc/1.3.0/libguac/argv-fntypes_8h.html             |  135 +
 doc/1.3.0/libguac/argv-fntypes_8h_source.html      |   94 +
 doc/1.3.0/libguac/argv_8h.html                     |  297 +
 doc/1.3.0/libguac/argv_8h_source.html              |  103 +
 doc/1.3.0/libguac/audio-fntypes_8h.html            |  234 +
 doc/1.3.0/libguac/audio-fntypes_8h_source.html     |  100 +
 doc/1.3.0/libguac/audio-types_8h.html              |   98 +
 doc/1.3.0/libguac/audio-types_8h_source.html       |   93 +
 doc/1.3.0/libguac/audio_8h.html                    |  388 +
 doc/1.3.0/libguac/audio_8h_source.html             |  124 +
 doc/{1.2.0 => 1.3.0}/libguac/bc_s.png              |  Bin
 doc/{1.2.0 => 1.3.0}/libguac/bdwn.png              |  Bin
 doc/1.3.0/libguac/classes.html                     |  107 +
 doc/1.3.0/libguac/client-constants_8h.html         |  189 +
 doc/1.3.0/libguac/client-constants_8h_source.html  |   91 +
 doc/1.3.0/libguac/client-fntypes_8h.html           |  186 +
 doc/1.3.0/libguac/client-fntypes_8h_source.html    |  101 +
 doc/1.3.0/libguac/client-types_8h.html             |  174 +
 doc/1.3.0/libguac/client-types_8h_source.html      |  101 +
 doc/1.3.0/libguac/client_8h.html                   | 1408 +++
 doc/1.3.0/libguac/client_8h_source.html            |  158 +
 doc/{1.2.0 => 1.3.0}/libguac/closed.png            |  Bin
 doc/1.3.0/libguac/deprecated.html                  |   94 +
 .../dir_6bb9fad85c98b48a11165f494b9f53ce.html      |  230 +
 doc/{1.2.0 => 1.3.0}/libguac/doc.png               |  Bin
 doc/1.3.0/libguac/doxygen.css                      | 1764 ++++
 doc/{1.2.0 => 1.3.0}/libguac/doxygen.png           |  Bin
 doc/1.3.0/libguac/dynsections.js                   |  120 +
 doc/1.3.0/libguac/error-types_8h.html              |  205 +
 doc/1.3.0/libguac/error-types_8h_source.html       |  116 +
 doc/1.3.0/libguac/error_8h.html                    |  197 +
 doc/1.3.0/libguac/error_8h_source.html             |   94 +
 doc/1.3.0/libguac/files.html                       |  137 +
 doc/{1.2.0 => 1.3.0}/libguac/folderclosed.png      |  Bin
 doc/{1.2.0 => 1.3.0}/libguac/folderopen.png        |  Bin
 doc/1.3.0/libguac/functions.html                   |  378 +
 doc/1.3.0/libguac/functions_vars.html              |  378 +
 doc/1.3.0/libguac/globals.html                     |  138 +
 doc/1.3.0/libguac/globals_c.html                   |  189 +
 doc/1.3.0/libguac/globals_defs.html                |  205 +
 doc/1.3.0/libguac/globals_e.html                   |   93 +
 doc/1.3.0/libguac/globals_enum.html                |  118 +
 doc/1.3.0/libguac/globals_eval.html                |  273 +
 doc/1.3.0/libguac/globals_func.html                |  598 ++
 doc/1.3.0/libguac/globals_g.html                   |  384 +
 doc/1.3.0/libguac/globals_h.html                   |   90 +
 doc/1.3.0/libguac/globals_l.html                   |   93 +
 doc/1.3.0/libguac/globals_p.html                   |  300 +
 doc/1.3.0/libguac/globals_s.html                   |  189 +
 doc/1.3.0/libguac/globals_t.html                   |   99 +
 doc/1.3.0/libguac/globals_type.html                |  205 +
 doc/1.3.0/libguac/globals_u.html                   |  216 +
 doc/1.3.0/libguac/globals_vars.html                |   91 +
 doc/1.3.0/libguac/globals_w.html                   |   90 +
 doc/1.3.0/libguac/hash_8h.html                     |  177 +
 doc/1.3.0/libguac/hash_8h_source.html              |   93 +
 doc/1.3.0/libguac/index.html                       |   87 +
 doc/1.3.0/libguac/jquery.js                        |   87 +
 doc/1.3.0/libguac/layer-types_8h.html              |   98 +
 doc/1.3.0/libguac/layer-types_8h_source.html       |   92 +
 doc/1.3.0/libguac/layer_8h.html                    |  107 +
 doc/1.3.0/libguac/layer_8h_source.html             |   94 +
 doc/1.3.0/libguac/menu.js                          |   50 +
 doc/{1.2.0 => 1.3.0}/libguac/menudata.js           |    0
 doc/{1.2.0 => 1.3.0}/libguac/nav_f.png             |  Bin
 doc/{1.2.0 => 1.3.0}/libguac/nav_g.png             |  Bin
 doc/{1.2.0 => 1.3.0}/libguac/nav_h.png             |  Bin
 doc/1.3.0/libguac/object-types_8h.html             |   98 +
 doc/1.3.0/libguac/object-types_8h_source.html      |   92 +
 doc/1.3.0/libguac/object_8h.html                   |  107 +
 doc/1.3.0/libguac/object_8h_source.html            |  100 +
 doc/{1.2.0 => 1.3.0}/libguac/open.png              |  Bin
 doc/1.3.0/libguac/pages.html                       |   92 +
 doc/1.3.0/libguac/parser-constants_8h.html         |  116 +
 doc/1.3.0/libguac/parser-constants_8h_source.html  |   91 +
 doc/1.3.0/libguac/parser-types_8h.html             |  138 +
 doc/1.3.0/libguac/parser-types_8h_source.html      |   97 +
 doc/1.3.0/libguac/parser_8h.html                   |  399 +
 doc/1.3.0/libguac/parser_8h_source.html            |  109 +
 doc/1.3.0/libguac/plugin-constants_8h.html         |  139 +
 doc/1.3.0/libguac/plugin-constants_8h_source.html  |   91 +
 doc/1.3.0/libguac/plugin_8h.html                   |   98 +
 doc/1.3.0/libguac/plugin_8h_source.html            |   92 +
 doc/1.3.0/libguac/pool-types_8h.html               |   98 +
 doc/1.3.0/libguac/pool-types_8h_source.html        |   93 +
 doc/1.3.0/libguac/pool_8h.html                     |  246 +
 doc/1.3.0/libguac/pool_8h_source.html              |  101 +
 doc/1.3.0/libguac/protocol-constants_8h.html       |  146 +
 .../libguac/protocol-constants_8h_source.html      |   91 +
 doc/1.3.0/libguac/protocol-types_8h.html           |  328 +
 doc/1.3.0/libguac/protocol-types_8h_source.html    |  122 +
 doc/1.3.0/libguac/protocol_8h.html                 | 3280 +++++++
 doc/1.3.0/libguac/protocol_8h_source.html          |  166 +
 doc/1.3.0/libguac/search/all_0.html                |   40 +
 doc/1.3.0/libguac/search/all_0.js                  |   17 +
 doc/1.3.0/libguac/search/all_1.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_1.js       |    0
 doc/1.3.0/libguac/search/all_10.html               |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_10.js      |    0
 doc/1.3.0/libguac/search/all_11.html               |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_11.js      |    0
 doc/1.3.0/libguac/search/all_12.html               |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_12.js      |    0
 doc/1.3.0/libguac/search/all_13.html               |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_13.js      |    0
 doc/1.3.0/libguac/search/all_14.html               |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_14.js      |    0
 doc/1.3.0/libguac/search/all_2.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_2.js       |    0
 doc/1.3.0/libguac/search/all_3.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_3.js       |    0
 doc/1.3.0/libguac/search/all_4.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_4.js       |    0
 doc/1.3.0/libguac/search/all_5.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_5.js       |    0
 doc/1.3.0/libguac/search/all_6.html                |   40 +
 doc/1.3.0/libguac/search/all_6.js                  |  319 +
 doc/1.3.0/libguac/search/all_7.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_7.js       |    0
 doc/1.3.0/libguac/search/all_8.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_8.js       |    0
 doc/1.3.0/libguac/search/all_9.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_9.js       |    0
 doc/1.3.0/libguac/search/all_a.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_a.js       |    0
 doc/1.3.0/libguac/search/all_b.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_b.js       |    0
 doc/1.3.0/libguac/search/all_c.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_c.js       |    0
 doc/1.3.0/libguac/search/all_d.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_d.js       |    0
 doc/1.3.0/libguac/search/all_e.html                |   40 +
 doc/1.3.0/libguac/search/all_e.js                  |   17 +
 doc/1.3.0/libguac/search/all_f.html                |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/all_f.js       |    0
 doc/1.3.0/libguac/search/classes_0.html            |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/classes_0.js   |    0
 doc/{1.2.0 => 1.3.0}/libguac/search/close.png      |  Bin
 doc/1.3.0/libguac/search/defines_0.html            |   40 +
 doc/1.3.0/libguac/search/defines_0.js              |   41 +
 doc/1.3.0/libguac/search/enums_0.html              |   40 +
 doc/1.3.0/libguac/search/enums_0.js                |   14 +
 doc/1.3.0/libguac/search/enumvalues_0.html         |   40 +
 doc/1.3.0/libguac/search/enumvalues_0.js           |   65 +
 doc/1.3.0/libguac/search/files_0.html              |   40 +
 doc/1.3.0/libguac/search/files_0.js                |    9 +
 doc/1.3.0/libguac/search/files_1.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_1.js     |    0
 doc/1.3.0/libguac/search/files_2.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_2.js     |    0
 doc/1.3.0/libguac/search/files_3.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_3.js     |    0
 doc/1.3.0/libguac/search/files_4.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_4.js     |    0
 doc/1.3.0/libguac/search/files_5.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_5.js     |    0
 doc/1.3.0/libguac/search/files_6.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_6.js     |    0
 doc/1.3.0/libguac/search/files_7.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_7.js     |    0
 doc/1.3.0/libguac/search/files_8.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_8.js     |    0
 doc/1.3.0/libguac/search/files_9.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_9.js     |    0
 doc/1.3.0/libguac/search/files_a.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/files_a.js     |    0
 doc/1.3.0/libguac/search/functions_0.html          |   40 +
 doc/1.3.0/libguac/search/functions_0.js            |  159 +
 doc/1.3.0/libguac/search/functions_1.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/functions_1.js |    0
 doc/1.3.0/libguac/search/mag_sel.png               |  Bin 0 -> 465 bytes
 doc/1.3.0/libguac/search/nomatches.html            |   22 +
 doc/1.3.0/libguac/search/pages_0.html              |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/pages_0.js     |    0
 doc/{1.2.0 => 1.3.0}/libguac/search/search.css     |    0
 doc/{1.2.0 => 1.3.0}/libguac/search/search.js      |    0
 doc/1.3.0/libguac/search/search_l.png              |  Bin 0 -> 567 bytes
 doc/{1.2.0 => 1.3.0}/libguac/search/search_m.png   |  Bin
 doc/1.3.0/libguac/search/search_r.png              |  Bin 0 -> 553 bytes
 doc/{1.2.0 => 1.3.0}/libguac/search/searchdata.js  |    0
 doc/1.3.0/libguac/search/typedefs_0.html           |   40 +
 doc/1.3.0/libguac/search/typedefs_0.js             |   37 +
 doc/1.3.0/libguac/search/variables_0.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_0.js |    0
 doc/1.3.0/libguac/search/variables_1.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_1.js |    0
 doc/1.3.0/libguac/search/variables_10.html         |   40 +
 .../libguac/search/variables_10.js                 |    0
 doc/1.3.0/libguac/search/variables_11.html         |   40 +
 .../libguac/search/variables_11.js                 |    0
 doc/1.3.0/libguac/search/variables_12.html         |   40 +
 .../libguac/search/variables_12.js                 |    0
 doc/1.3.0/libguac/search/variables_13.html         |   40 +
 .../libguac/search/variables_13.js                 |    0
 doc/1.3.0/libguac/search/variables_2.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_2.js |    0
 doc/1.3.0/libguac/search/variables_3.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_3.js |    0
 doc/1.3.0/libguac/search/variables_4.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_4.js |    0
 doc/1.3.0/libguac/search/variables_5.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_5.js |    0
 doc/1.3.0/libguac/search/variables_6.html          |   40 +
 doc/1.3.0/libguac/search/variables_6.js            |    6 +
 doc/1.3.0/libguac/search/variables_7.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_7.js |    0
 doc/1.3.0/libguac/search/variables_8.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_8.js |    0
 doc/1.3.0/libguac/search/variables_9.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_9.js |    0
 doc/1.3.0/libguac/search/variables_a.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_a.js |    0
 doc/1.3.0/libguac/search/variables_b.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_b.js |    0
 doc/1.3.0/libguac/search/variables_c.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_c.js |    0
 doc/1.3.0/libguac/search/variables_d.html          |   40 +
 doc/1.3.0/libguac/search/variables_d.js            |    7 +
 doc/1.3.0/libguac/search/variables_e.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_e.js |    0
 doc/1.3.0/libguac/search/variables_f.html          |   40 +
 doc/{1.2.0 => 1.3.0}/libguac/search/variables_f.js |    0
 doc/1.3.0/libguac/socket-constants_8h.html         |  112 +
 doc/1.3.0/libguac/socket-constants_8h_source.html  |   91 +
 doc/1.3.0/libguac/socket-fntypes_8h.html           |  295 +
 doc/1.3.0/libguac/socket-fntypes_8h_source.html    |  100 +
 doc/1.3.0/libguac/socket-ssl_8h.html               |  155 +
 doc/1.3.0/libguac/socket-ssl_8h_source.html        |   98 +
 doc/1.3.0/libguac/socket-types_8h.html             |  133 +
 doc/1.3.0/libguac/socket-types_8h_source.html      |   95 +
 doc/1.3.0/libguac/socket-wsa_8h.html               |  137 +
 doc/1.3.0/libguac/socket-wsa_8h_source.html        |   94 +
 doc/1.3.0/libguac/socket_8h.html                   |  746 ++
 doc/1.3.0/libguac/socket_8h_source.html            |  134 +
 doc/{1.2.0 => 1.3.0}/libguac/splitbar.png          |  Bin
 doc/1.3.0/libguac/stream-types_8h.html             |   98 +
 doc/1.3.0/libguac/stream-types_8h_source.html      |   92 +
 doc/1.3.0/libguac/stream_8h.html                   |  107 +
 doc/1.3.0/libguac/stream_8h_source.html            |  102 +
 doc/1.3.0/libguac/string_8h.html                   |  305 +
 doc/1.3.0/libguac/string_8h_source.html            |   96 +
 doc/1.3.0/libguac/structguac__audio__encoder.html  |  125 +
 doc/1.3.0/libguac/structguac__audio__stream.html   |  163 +
 doc/1.3.0/libguac/structguac__client.html          |  313 +
 doc/1.3.0/libguac/structguac__layer.html           |  105 +
 doc/1.3.0/libguac/structguac__object.html          |  150 +
 doc/1.3.0/libguac/structguac__parser.html          |  117 +
 doc/1.3.0/libguac/structguac__pool.html            |  110 +
 doc/1.3.0/libguac/structguac__pool__int.html       |  105 +
 doc/1.3.0/libguac/structguac__socket.html          |  142 +
 .../libguac/structguac__socket__ssl__data.html     |  113 +
 doc/1.3.0/libguac/structguac__stream.html          |  170 +
 doc/1.3.0/libguac/structguac__user.html            |  540 ++
 doc/1.3.0/libguac/structguac__user__info.html      |  246 +
 doc/{1.2.0 => 1.3.0}/libguac/sync_off.png          |  Bin
 doc/{1.2.0 => 1.3.0}/libguac/sync_on.png           |  Bin
 doc/{1.2.0 => 1.3.0}/libguac/tab_a.png             |  Bin
 doc/{1.2.0 => 1.3.0}/libguac/tab_b.png             |  Bin
 doc/{1.2.0 => 1.3.0}/libguac/tab_h.png             |  Bin
 doc/{1.2.0 => 1.3.0}/libguac/tab_s.png             |  Bin
 doc/1.3.0/libguac/tabs.css                         |    1 +
 doc/1.3.0/libguac/timestamp-types_8h.html          |  108 +
 doc/1.3.0/libguac/timestamp-types_8h_source.html   |   92 +
 doc/1.3.0/libguac/timestamp_8h.html                |  158 +
 doc/1.3.0/libguac/timestamp_8h_source.html         |   95 +
 doc/1.3.0/libguac/unicode_8h.html                  |  263 +
 doc/1.3.0/libguac/unicode_8h_source.html           |   95 +
 doc/1.3.0/libguac/user-constants_8h.html           |  149 +
 doc/1.3.0/libguac/user-constants_8h_source.html    |   91 +
 doc/1.3.0/libguac/user-fntypes_8h.html             |  612 ++
 doc/1.3.0/libguac/user-fntypes_8h_source.html      |  118 +
 doc/1.3.0/libguac/user-types_8h.html               |   98 +
 doc/1.3.0/libguac/user-types_8h_source.html        |   93 +
 doc/1.3.0/libguac/user_8h.html                     | 1217 +++
 doc/1.3.0/libguac/user_8h_source.html              |  183 +
 doc/1.3.0/libguac/wol-constants_8h.html            |  149 +
 doc/1.3.0/libguac/wol-constants_8h_source.html     |   91 +
 doc/1.3.0/libguac/wol_8h.html                      |  147 +
 doc/1.3.0/libguac/wol_8h_source.html               |   93 +
 955 files changed, 264824 insertions(+)
 create mode 100644 doc/1.3.0/guacamole-common-js/ArrayBufferReader.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/ArrayBufferWriter.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/AudioContextFactory.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/AudioPlayer.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/AudioRecorder.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/BlobReader.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/BlobWriter.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Client.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/DataURIReader.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Display.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.ArrayBufferReader.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.ArrayBufferWriter.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.AudioContextFactory.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.AudioPlayer.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.AudioRecorder.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.BlobReader.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.BlobWriter.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.ChainedTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Client.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.DataURIReader.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Display.VisibleLayer.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Display.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.HTTPTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.InputSink.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.InputStream.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.IntegerPool.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.JSONReader.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Keyboard.ModifierState.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Keyboard.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Layer.Pixel.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Layer.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Mouse.State.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Mouse.Touchpad.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Mouse.Touchscreen.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Mouse.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Object.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.OnScreenKeyboard.Key.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.OnScreenKeyboard.Layout.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.OnScreenKeyboard.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.OutputStream.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Parser.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.RawAudioFormat.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.RawAudioPlayer.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.RawAudioRecorder.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.SessionRecording.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.StaticHTTPTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Status.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.StringReader.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.StringWriter.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.Tunnel.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.VideoPlayer.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.WebSocketTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Guacamole.html
 create mode 100644 doc/1.3.0/guacamole-common-js/InputSink.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/InputStream.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/IntegerPool.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/JSONReader.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Keyboard.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Layer.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Mouse.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Namespace.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Object.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/OnScreenKeyboard.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/OutputStream.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Parser.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/RawAudioFormat.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/SessionRecording.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Status.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/StringReader.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/StringWriter.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Tunnel.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/Version.js.html
 create mode 100644 doc/1.3.0/guacamole-common-js/VideoPlayer.js.html
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Bold-webfont.eot (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Bold-webfont.svg (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Bold-webfont.woff (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-BoldItalic-webfont.eot (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-BoldItalic-webfont.svg (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-BoldItalic-webfont.woff (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Italic-webfont.eot (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Italic-webfont.svg (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Italic-webfont.woff (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Light-webfont.eot (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Light-webfont.svg (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Light-webfont.woff (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-LightItalic-webfont.eot (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-LightItalic-webfont.svg (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-LightItalic-webfont.woff (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Regular-webfont.eot (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Regular-webfont.svg (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/fonts/OpenSans-Regular-webfont.woff (100%)
 create mode 100644 doc/1.3.0/guacamole-common-js/index.html
 create mode 100644 doc/1.3.0/guacamole-common-js/scripts/linenumber.js
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/scripts/prettify/Apache-License-2.0.txt (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/scripts/prettify/lang-css.js (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/scripts/prettify/prettify.js (100%)
 create mode 100644 doc/1.3.0/guacamole-common-js/styles/jsdoc-default.css
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/styles/prettify-jsdoc.css (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-common-js/styles/prettify-tomorrow.css (100%)
 create mode 100644 doc/1.3.0/guacamole-common/allclasses-frame.html
 create mode 100644 doc/1.3.0/guacamole-common/allclasses-noframe.html
 create mode 100644 doc/1.3.0/guacamole-common/constant-values.html
 create mode 100644 doc/1.3.0/guacamole-common/deprecated-list.html
 create mode 100644 doc/1.3.0/guacamole-common/help-doc.html
 create mode 100644 doc/1.3.0/guacamole-common/index-all.html
 create mode 100644 doc/1.3.0/guacamole-common/index.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleClientBadTypeException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleClientException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleClientOverrunException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleClientTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleClientTooManyException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleConnectionClosedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleResourceClosedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleResourceConflictException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleResourceNotFoundException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleSecurityException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleServerBusyException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleServerException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleSessionClosedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleSessionConflictException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleSessionTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleUnauthorizedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleUnsupportedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleUpstreamException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleUpstreamNotFoundException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleUpstreamTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/GuacamoleUpstreamUnavailableException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientBadTypeException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientOverrunException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientTooManyException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleConnectionClosedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleResourceClosedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleResourceConflictException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleResourceNotFoundException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleSecurityException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleServerBusyException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleServerException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleSessionClosedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleSessionConflictException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleSessionTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUnauthorizedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUnsupportedException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUpstreamException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUpstreamNotFoundException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUpstreamTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUpstreamUnavailableException.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/GuacamoleReader.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/GuacamoleWriter.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/ReaderGuacamoleReader.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/WriterGuacamoleWriter.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/class-use/GuacamoleReader.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/class-use/GuacamoleWriter.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/class-use/ReaderGuacamoleReader.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/class-use/WriterGuacamoleWriter.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/io/package-use.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/AbstractGuacamoleTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/DelegatingGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/DelegatingGuacamoleTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/GuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/GuacamoleTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/InetGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/SSLGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/SimpleGuacamoleTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/class-use/AbstractGuacamoleTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/class-use/DelegatingGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/class-use/DelegatingGuacamoleTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/class-use/GuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/class-use/GuacamoleTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/class-use/InetGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/class-use/SSLGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/class-use/SimpleGuacamoleTunnel.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/net/package-use.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/package-use.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/ConfiguredGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/FailoverGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/FilteredGuacamoleReader.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/FilteredGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/FilteredGuacamoleWriter.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleClientInformation.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleConfiguration.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleFilter.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleInstruction.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleParser.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleProtocolCapability.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleProtocolVersion.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleStatus.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/ConfiguredGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/FailoverGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/FilteredGuacamoleReader.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/FilteredGuacamoleSocket.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/FilteredGuacamoleWriter.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleClientInformation.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleConfiguration.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleFilter.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleInstruction.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleParser.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleProtocolCapability.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleProtocolVersion.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleStatus.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/protocol/package-use.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/servlet/GuacamoleHTTPTunnelServlet.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/servlet/class-use/GuacamoleHTTPTunnelServlet.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/servlet/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/servlet/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/servlet/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/servlet/package-use.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/websocket/GuacamoleWebSocketTunnelEndpoint.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/websocket/class-use/GuacamoleWebSocketTunnelEndpoint.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/websocket/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/websocket/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/websocket/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-common/org/apache/guacamole/websocket/package-use.html
 create mode 100644 doc/1.3.0/guacamole-common/overview-frame.html
 create mode 100644 doc/1.3.0/guacamole-common/overview-summary.html
 create mode 100644 doc/1.3.0/guacamole-common/overview-tree.html
 copy doc/{1.1.0 => 1.3.0}/guacamole-common/package-list (100%)
 copy doc/{1.2.0/guacamole-ext => 1.3.0/guacamole-common}/script.js (100%)
 create mode 100644 doc/1.3.0/guacamole-common/serialized-form.html
 copy doc/{1.2.0/guacamole-ext => 1.3.0/guacamole-common}/stylesheet.css (100%)
 create mode 100644 doc/1.3.0/guacamole-ext/allclasses-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/allclasses-noframe.html
 create mode 100644 doc/1.3.0/guacamole-ext/constant-values.html
 create mode 100644 doc/1.3.0/guacamole-ext/deprecated-list.html
 create mode 100644 doc/1.3.0/guacamole-ext/help-doc.html
 create mode 100644 doc/1.3.0/guacamole-ext/index-all.html
 create mode 100644 doc/1.3.0/guacamole-ext/index.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/environment/Environment.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/environment/LocalEnvironment.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/environment/class-use/Environment.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/environment/class-use/LocalEnvironment.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/environment/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/environment/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/environment/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/environment/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/BooleanField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/DateField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/EmailField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/EnumField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/Field.Type.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/Field.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/FieldOption.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/Form.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/LanguageField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/MultilineField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/NumericField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/PasswordField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/RedirectField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/TerminalColorSchemeField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/TextField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/TimeField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/TimeZoneField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/UsernameField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/BooleanField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/DateField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/EmailField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/EnumField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/Field.Type.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/Field.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/FieldOption.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/Form.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/LanguageField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/MultilineField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/NumericField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/PasswordField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/RedirectField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/TerminalColorSchemeField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/TextField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/TimeField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/TimeZoneField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/class-use/UsernameField.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/form/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/Translatable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleClientBadTypeException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleClientException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleClientOverrunException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleClientTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleClientTooManyException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleConnectionClosedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleInsufficientCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleInvalidCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleResourceClosedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleResourceConflictException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleResourceNotFoundException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleSecurityException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleServerBusyException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleServerException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleSessionClosedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleSessionConflictException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleSessionTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleUnauthorizedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleUnsupportedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleUpstreamException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleUpstreamNotFoundException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleUpstreamTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableGuacamoleUpstreamUnavailableException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/TranslatableMessage.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/Translatable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleClientBadTypeException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleClientException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleClientOverrunException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleClientTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleClientTooManyException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleConnectionClosedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleInsufficientCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleInvalidCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleResourceClosedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleResourceConflictException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleResourceNotFoundException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleSecurityException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleServerBusyException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleServerException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleSessionClosedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleSessionConflictException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleSessionTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleUnauthorizedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleUnsupportedException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleUpstreamException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleUpstreamNotFoundException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleUpstreamTimeoutException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableGuacamoleUpstreamUnavailableException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableMessage.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/language/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractActiveConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractAuthenticatedUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractAuthenticationProvider.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractIdentifiable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractSharingProfile.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractUserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractUserGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/ActiveConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/ActivityRecord.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/ActivityRecordSet.SortableProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/ActivityRecordSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/Attributes.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AuthenticatedUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/AuthenticationProvider.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/Connectable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/Connection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/ConnectionGroup.Type.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/ConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/ConnectionRecord.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/ConnectionRecordSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/Credentials.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/DecoratingDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingSharingProfile.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingUserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingUserGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/Directory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/GuacamoleProxyConfiguration.EncryptionMethod.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/GuacamoleProxyConfiguration.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/Identifiable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/Permissions.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/RelatedObjectSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/Shareable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/SharingProfile.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/TokenInjectingConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/TokenInjectingConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/TokenInjectingUserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/User.Attribute.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/User.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/UserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/UserGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractActiveConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractAuthenticatedUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractAuthenticationProvider.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractIdentifiable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractSharingProfile.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractUserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractUserGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ActiveConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ActivityRecord.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ActivityRecordSet.SortableProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ActivityRecordSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Attributes.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AuthenticatedUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AuthenticationProvider.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Connectable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Connection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ConnectionGroup.Type.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ConnectionRecord.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ConnectionRecordSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Credentials.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DecoratingDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingSharingProfile.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingUserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingUserGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Directory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/GuacamoleProxyConfiguration.EncryptionMethod.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/GuacamoleProxyConfiguration.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Identifiable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Permissions.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/RelatedObjectSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Shareable.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/SharingProfile.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/TokenInjectingConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/TokenInjectingConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/TokenInjectingUserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/User.Attribute.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/User.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/UserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/UserGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/CredentialsInfo.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/GuacamoleCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/GuacamoleInsufficientCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/GuacamoleInvalidCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/UserCredentials.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/CredentialsInfo.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/GuacamoleCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/GuacamoleInsufficientCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/GuacamoleInvalidCredentialsException.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/UserCredentials.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/ObjectPermission.Type.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/ObjectPermission.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/ObjectPermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/Permission.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/PermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/SystemPermission.Type.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/SystemPermission.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/SystemPermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/ObjectPermission.Type.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/ObjectPermission.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/ObjectPermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/Permission.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/PermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/SystemPermission.Type.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/SystemPermission.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/SystemPermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/permission/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleActivityRecordSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleAuthenticationProvider.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnectionDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnectionRecordSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleObjectPermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleRelatedObjectSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleSystemPermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleUserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleUserDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleUserGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleActivityRecordSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleAuthenticationProvider.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnection.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnectionDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnectionGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnectionGroupDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnectionRecordSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleObjectPermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleRelatedObjectSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleSystemPermissionSet.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleUser.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleUserContext.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleUserDirectory.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleUserGroup.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/auth/simple/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/AuthenticationFailureEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/AuthenticationSuccessEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/CredentialEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/TunnelCloseEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/TunnelConnectEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/TunnelEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/UserEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/class-use/AuthenticationFailureEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/class-use/AuthenticationSuccessEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/class-use/CredentialEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/class-use/TunnelCloseEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/class-use/TunnelConnectEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/class-use/TunnelEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/class-use/UserEvent.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/AuthenticationFailureListener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/AuthenticationSuccessListener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/Listener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/TunnelCloseListener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/TunnelConnectListener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/AuthenticationFailureListener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/AuthenticationSuccessListener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/Listener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/TunnelCloseListener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/TunnelConnectListener.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/listener/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/net/event/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/BooleanGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/EnumGuacamoleProperty.PropertyValue.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/EnumGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/FileGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/GuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/IntegerGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/LongGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/StringGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/TimeZoneGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/URIGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/BooleanGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/EnumGuacamoleProperty.PropertyValue.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/EnumGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/FileGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/GuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/IntegerGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/LongGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/StringGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/TimeZoneGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/class-use/URIGuacamoleProperty.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/properties/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/protocols/ProtocolInfo.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/protocols/class-use/ProtocolInfo.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/protocols/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/protocols/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/protocols/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/protocols/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/StandardTokens.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/TokenFilter.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/TokenName.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/class-use/StandardTokens.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/class-use/TokenFilter.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/class-use/TokenName.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/token/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/xml/DocumentHandler.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/xml/TagHandler.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/xml/class-use/DocumentHandler.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/xml/class-use/TagHandler.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/xml/package-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/xml/package-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/xml/package-tree.html
 create mode 100644 doc/1.3.0/guacamole-ext/org/apache/guacamole/xml/package-use.html
 create mode 100644 doc/1.3.0/guacamole-ext/overview-frame.html
 create mode 100644 doc/1.3.0/guacamole-ext/overview-summary.html
 create mode 100644 doc/1.3.0/guacamole-ext/overview-tree.html
 copy doc/{1.2.0 => 1.3.0}/guacamole-ext/package-list (100%)
 copy doc/{1.2.0 => 1.3.0}/guacamole-ext/script.js (100%)
 create mode 100644 doc/1.3.0/guacamole-ext/serialized-form.html
 copy doc/{1.2.0 => 1.3.0}/guacamole-ext/stylesheet.css (100%)
 create mode 100644 doc/1.3.0/gug/adhoc-connections.html
 create mode 100644 doc/1.3.0/gug/administration.html
 copy doc/{1.2.0 => 1.3.0}/gug/appendices.html (100%)
 create mode 100644 doc/1.3.0/gug/book-index.html
 create mode 100644 doc/1.3.0/gug/cas-auth.html
 create mode 100644 doc/1.3.0/gug/configuring-guacamole.html
 create mode 100644 doc/1.3.0/gug/custom-auth.html
 create mode 100644 doc/1.3.0/gug/custom-protocols.html
 copy doc/{1.2.0 => 1.3.0}/gug/developers-guide.html (100%)
 create mode 100644 doc/1.3.0/gug/duo-auth.html
 create mode 100644 doc/1.3.0/gug/event-listeners.html
 create mode 100644 doc/1.3.0/gug/faq.html
 create mode 100644 doc/1.3.0/gug/guacamole-architecture.html
 create mode 100644 doc/1.3.0/gug/guacamole-common-js.html
 create mode 100644 doc/1.3.0/gug/guacamole-common.html
 create mode 100644 doc/1.3.0/gug/guacamole-docker.html
 create mode 100644 doc/1.3.0/gug/guacamole-ext.html
 create mode 100644 doc/1.3.0/gug/guacamole-protocol.html
 copy doc/{1.2.0 => 1.3.0}/gug/gug.css (100%)
 create mode 100644 doc/1.3.0/gug/header-auth.html
 copy doc/{1.2.0 => 1.3.0}/gug/images/duo-add-guacamole.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/duo-auth-factor-1.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/duo-auth-factor-2.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/duo-copy-details.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/duo-rename-guacamole.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/edit-connection.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/edit-group-memberships.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/edit-group.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/edit-sharing-profile.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/edit-user-group.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/edit-user-membership.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/edit-user.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/file-browser.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/file-transfers.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guac-arch.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guac-menu-disconnect.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guac-menu-share-link.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guac-menu-share.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guacamole-client-interface.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guacamole-drive-download.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guacamole-drive.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guacamole-home-screen.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guacamole-preferences.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/guacamole-settings-sections.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/manage-button.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/manage-connections.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/manage-groups.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/manage-history.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/manage-sessions.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/manage-users.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/session-filter-example-1.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/session-filter-example-2.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/totp-auth-factor-1.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/totp-auth-factor-2.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/totp-enroll-detail.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/totp-enroll.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/touchpad.png (100%)
 copy doc/{1.2.0 => 1.3.0}/gug/images/touchscreen.png (100%)
 create mode 100644 doc/1.3.0/gug/index.html
 create mode 100644 doc/1.3.0/gug/installing-guacamole.html
 create mode 100644 doc/1.3.0/gug/jdbc-auth.html
 create mode 100644 doc/1.3.0/gug/ldap-auth.html
 create mode 100644 doc/1.3.0/gug/libguac.html
 create mode 100644 doc/1.3.0/gug/openid-auth.html
 create mode 100644 doc/1.3.0/gug/preface.html
 create mode 100644 doc/1.3.0/gug/protocol-reference.html
 copy doc/{1.2.0 => 1.3.0}/gug/proxying-guacamole.html (100%)
 create mode 100644 doc/1.3.0/gug/radius-auth.html
 create mode 100644 doc/1.3.0/gug/saml-auth.html
 create mode 100644 doc/1.3.0/gug/totp-auth.html
 create mode 100644 doc/1.3.0/gug/troubleshooting.html
 create mode 100644 doc/1.3.0/gug/users-guide.html
 create mode 100644 doc/1.3.0/gug/using-guacamole.html
 create mode 100644 doc/1.3.0/gug/writing-you-own-guacamole-app.html
 create mode 100644 doc/1.3.0/libguac/annotated.html
 create mode 100644 doc/1.3.0/libguac/argv-constants_8h.html
 create mode 100644 doc/1.3.0/libguac/argv-constants_8h_source.html
 create mode 100644 doc/1.3.0/libguac/argv-fntypes_8h.html
 create mode 100644 doc/1.3.0/libguac/argv-fntypes_8h_source.html
 create mode 100644 doc/1.3.0/libguac/argv_8h.html
 create mode 100644 doc/1.3.0/libguac/argv_8h_source.html
 create mode 100644 doc/1.3.0/libguac/audio-fntypes_8h.html
 create mode 100644 doc/1.3.0/libguac/audio-fntypes_8h_source.html
 create mode 100644 doc/1.3.0/libguac/audio-types_8h.html
 create mode 100644 doc/1.3.0/libguac/audio-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/audio_8h.html
 create mode 100644 doc/1.3.0/libguac/audio_8h_source.html
 copy doc/{1.2.0 => 1.3.0}/libguac/bc_s.png (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/bdwn.png (100%)
 create mode 100644 doc/1.3.0/libguac/classes.html
 create mode 100644 doc/1.3.0/libguac/client-constants_8h.html
 create mode 100644 doc/1.3.0/libguac/client-constants_8h_source.html
 create mode 100644 doc/1.3.0/libguac/client-fntypes_8h.html
 create mode 100644 doc/1.3.0/libguac/client-fntypes_8h_source.html
 create mode 100644 doc/1.3.0/libguac/client-types_8h.html
 create mode 100644 doc/1.3.0/libguac/client-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/client_8h.html
 create mode 100644 doc/1.3.0/libguac/client_8h_source.html
 copy doc/{1.2.0 => 1.3.0}/libguac/closed.png (100%)
 create mode 100644 doc/1.3.0/libguac/deprecated.html
 create mode 100644 doc/1.3.0/libguac/dir_6bb9fad85c98b48a11165f494b9f53ce.html
 copy doc/{1.2.0 => 1.3.0}/libguac/doc.png (100%)
 create mode 100644 doc/1.3.0/libguac/doxygen.css
 copy doc/{1.2.0 => 1.3.0}/libguac/doxygen.png (100%)
 create mode 100644 doc/1.3.0/libguac/dynsections.js
 create mode 100644 doc/1.3.0/libguac/error-types_8h.html
 create mode 100644 doc/1.3.0/libguac/error-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/error_8h.html
 create mode 100644 doc/1.3.0/libguac/error_8h_source.html
 create mode 100644 doc/1.3.0/libguac/files.html
 copy doc/{1.2.0 => 1.3.0}/libguac/folderclosed.png (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/folderopen.png (100%)
 create mode 100644 doc/1.3.0/libguac/functions.html
 create mode 100644 doc/1.3.0/libguac/functions_vars.html
 create mode 100644 doc/1.3.0/libguac/globals.html
 create mode 100644 doc/1.3.0/libguac/globals_c.html
 create mode 100644 doc/1.3.0/libguac/globals_defs.html
 create mode 100644 doc/1.3.0/libguac/globals_e.html
 create mode 100644 doc/1.3.0/libguac/globals_enum.html
 create mode 100644 doc/1.3.0/libguac/globals_eval.html
 create mode 100644 doc/1.3.0/libguac/globals_func.html
 create mode 100644 doc/1.3.0/libguac/globals_g.html
 create mode 100644 doc/1.3.0/libguac/globals_h.html
 create mode 100644 doc/1.3.0/libguac/globals_l.html
 create mode 100644 doc/1.3.0/libguac/globals_p.html
 create mode 100644 doc/1.3.0/libguac/globals_s.html
 create mode 100644 doc/1.3.0/libguac/globals_t.html
 create mode 100644 doc/1.3.0/libguac/globals_type.html
 create mode 100644 doc/1.3.0/libguac/globals_u.html
 create mode 100644 doc/1.3.0/libguac/globals_vars.html
 create mode 100644 doc/1.3.0/libguac/globals_w.html
 create mode 100644 doc/1.3.0/libguac/hash_8h.html
 create mode 100644 doc/1.3.0/libguac/hash_8h_source.html
 create mode 100644 doc/1.3.0/libguac/index.html
 create mode 100644 doc/1.3.0/libguac/jquery.js
 create mode 100644 doc/1.3.0/libguac/layer-types_8h.html
 create mode 100644 doc/1.3.0/libguac/layer-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/layer_8h.html
 create mode 100644 doc/1.3.0/libguac/layer_8h_source.html
 create mode 100644 doc/1.3.0/libguac/menu.js
 copy doc/{1.2.0 => 1.3.0}/libguac/menudata.js (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/nav_f.png (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/nav_g.png (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/nav_h.png (100%)
 create mode 100644 doc/1.3.0/libguac/object-types_8h.html
 create mode 100644 doc/1.3.0/libguac/object-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/object_8h.html
 create mode 100644 doc/1.3.0/libguac/object_8h_source.html
 copy doc/{1.2.0 => 1.3.0}/libguac/open.png (100%)
 create mode 100644 doc/1.3.0/libguac/pages.html
 create mode 100644 doc/1.3.0/libguac/parser-constants_8h.html
 create mode 100644 doc/1.3.0/libguac/parser-constants_8h_source.html
 create mode 100644 doc/1.3.0/libguac/parser-types_8h.html
 create mode 100644 doc/1.3.0/libguac/parser-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/parser_8h.html
 create mode 100644 doc/1.3.0/libguac/parser_8h_source.html
 create mode 100644 doc/1.3.0/libguac/plugin-constants_8h.html
 create mode 100644 doc/1.3.0/libguac/plugin-constants_8h_source.html
 create mode 100644 doc/1.3.0/libguac/plugin_8h.html
 create mode 100644 doc/1.3.0/libguac/plugin_8h_source.html
 create mode 100644 doc/1.3.0/libguac/pool-types_8h.html
 create mode 100644 doc/1.3.0/libguac/pool-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/pool_8h.html
 create mode 100644 doc/1.3.0/libguac/pool_8h_source.html
 create mode 100644 doc/1.3.0/libguac/protocol-constants_8h.html
 create mode 100644 doc/1.3.0/libguac/protocol-constants_8h_source.html
 create mode 100644 doc/1.3.0/libguac/protocol-types_8h.html
 create mode 100644 doc/1.3.0/libguac/protocol-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/protocol_8h.html
 create mode 100644 doc/1.3.0/libguac/protocol_8h_source.html
 create mode 100644 doc/1.3.0/libguac/search/all_0.html
 create mode 100644 doc/1.3.0/libguac/search/all_0.js
 create mode 100644 doc/1.3.0/libguac/search/all_1.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_1.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_10.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_10.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_11.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_11.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_12.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_12.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_13.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_13.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_14.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_14.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_2.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_2.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_3.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_3.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_4.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_4.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_5.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_5.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_6.html
 create mode 100644 doc/1.3.0/libguac/search/all_6.js
 create mode 100644 doc/1.3.0/libguac/search/all_7.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_7.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_8.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_8.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_9.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_9.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_a.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_a.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_b.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_b.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_c.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_c.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_d.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_d.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/all_e.html
 create mode 100644 doc/1.3.0/libguac/search/all_e.js
 create mode 100644 doc/1.3.0/libguac/search/all_f.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/all_f.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/classes_0.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/classes_0.js (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/search/close.png (100%)
 create mode 100644 doc/1.3.0/libguac/search/defines_0.html
 create mode 100644 doc/1.3.0/libguac/search/defines_0.js
 create mode 100644 doc/1.3.0/libguac/search/enums_0.html
 create mode 100644 doc/1.3.0/libguac/search/enums_0.js
 create mode 100644 doc/1.3.0/libguac/search/enumvalues_0.html
 create mode 100644 doc/1.3.0/libguac/search/enumvalues_0.js
 create mode 100644 doc/1.3.0/libguac/search/files_0.html
 create mode 100644 doc/1.3.0/libguac/search/files_0.js
 create mode 100644 doc/1.3.0/libguac/search/files_1.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_1.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/files_2.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_2.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/files_3.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_3.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/files_4.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_4.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/files_5.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_5.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/files_6.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_6.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/files_7.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_7.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/files_8.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_8.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/files_9.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_9.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/files_a.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/files_a.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/functions_0.html
 create mode 100644 doc/1.3.0/libguac/search/functions_0.js
 create mode 100644 doc/1.3.0/libguac/search/functions_1.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/functions_1.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/mag_sel.png
 create mode 100644 doc/1.3.0/libguac/search/nomatches.html
 create mode 100644 doc/1.3.0/libguac/search/pages_0.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/pages_0.js (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/search/search.css (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/search/search.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/search_l.png
 copy doc/{1.2.0 => 1.3.0}/libguac/search/search_m.png (100%)
 create mode 100644 doc/1.3.0/libguac/search/search_r.png
 copy doc/{1.2.0 => 1.3.0}/libguac/search/searchdata.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/typedefs_0.html
 create mode 100644 doc/1.3.0/libguac/search/typedefs_0.js
 create mode 100644 doc/1.3.0/libguac/search/variables_0.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_0.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_1.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_1.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_10.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_10.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_11.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_11.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_12.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_12.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_13.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_13.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_2.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_2.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_3.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_3.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_4.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_4.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_5.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_5.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_6.html
 create mode 100644 doc/1.3.0/libguac/search/variables_6.js
 create mode 100644 doc/1.3.0/libguac/search/variables_7.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_7.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_8.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_8.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_9.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_9.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_a.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_a.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_b.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_b.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_c.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_c.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_d.html
 create mode 100644 doc/1.3.0/libguac/search/variables_d.js
 create mode 100644 doc/1.3.0/libguac/search/variables_e.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_e.js (100%)
 create mode 100644 doc/1.3.0/libguac/search/variables_f.html
 copy doc/{1.2.0 => 1.3.0}/libguac/search/variables_f.js (100%)
 create mode 100644 doc/1.3.0/libguac/socket-constants_8h.html
 create mode 100644 doc/1.3.0/libguac/socket-constants_8h_source.html
 create mode 100644 doc/1.3.0/libguac/socket-fntypes_8h.html
 create mode 100644 doc/1.3.0/libguac/socket-fntypes_8h_source.html
 create mode 100644 doc/1.3.0/libguac/socket-ssl_8h.html
 create mode 100644 doc/1.3.0/libguac/socket-ssl_8h_source.html
 create mode 100644 doc/1.3.0/libguac/socket-types_8h.html
 create mode 100644 doc/1.3.0/libguac/socket-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/socket-wsa_8h.html
 create mode 100644 doc/1.3.0/libguac/socket-wsa_8h_source.html
 create mode 100644 doc/1.3.0/libguac/socket_8h.html
 create mode 100644 doc/1.3.0/libguac/socket_8h_source.html
 copy doc/{1.2.0 => 1.3.0}/libguac/splitbar.png (100%)
 create mode 100644 doc/1.3.0/libguac/stream-types_8h.html
 create mode 100644 doc/1.3.0/libguac/stream-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/stream_8h.html
 create mode 100644 doc/1.3.0/libguac/stream_8h_source.html
 create mode 100644 doc/1.3.0/libguac/string_8h.html
 create mode 100644 doc/1.3.0/libguac/string_8h_source.html
 create mode 100644 doc/1.3.0/libguac/structguac__audio__encoder.html
 create mode 100644 doc/1.3.0/libguac/structguac__audio__stream.html
 create mode 100644 doc/1.3.0/libguac/structguac__client.html
 create mode 100644 doc/1.3.0/libguac/structguac__layer.html
 create mode 100644 doc/1.3.0/libguac/structguac__object.html
 create mode 100644 doc/1.3.0/libguac/structguac__parser.html
 create mode 100644 doc/1.3.0/libguac/structguac__pool.html
 create mode 100644 doc/1.3.0/libguac/structguac__pool__int.html
 create mode 100644 doc/1.3.0/libguac/structguac__socket.html
 create mode 100644 doc/1.3.0/libguac/structguac__socket__ssl__data.html
 create mode 100644 doc/1.3.0/libguac/structguac__stream.html
 create mode 100644 doc/1.3.0/libguac/structguac__user.html
 create mode 100644 doc/1.3.0/libguac/structguac__user__info.html
 copy doc/{1.2.0 => 1.3.0}/libguac/sync_off.png (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/sync_on.png (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/tab_a.png (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/tab_b.png (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/tab_h.png (100%)
 copy doc/{1.2.0 => 1.3.0}/libguac/tab_s.png (100%)
 create mode 100644 doc/1.3.0/libguac/tabs.css
 create mode 100644 doc/1.3.0/libguac/timestamp-types_8h.html
 create mode 100644 doc/1.3.0/libguac/timestamp-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/timestamp_8h.html
 create mode 100644 doc/1.3.0/libguac/timestamp_8h_source.html
 create mode 100644 doc/1.3.0/libguac/unicode_8h.html
 create mode 100644 doc/1.3.0/libguac/unicode_8h_source.html
 create mode 100644 doc/1.3.0/libguac/user-constants_8h.html
 create mode 100644 doc/1.3.0/libguac/user-constants_8h_source.html
 create mode 100644 doc/1.3.0/libguac/user-fntypes_8h.html
 create mode 100644 doc/1.3.0/libguac/user-fntypes_8h_source.html
 create mode 100644 doc/1.3.0/libguac/user-types_8h.html
 create mode 100644 doc/1.3.0/libguac/user-types_8h_source.html
 create mode 100644 doc/1.3.0/libguac/user_8h.html
 create mode 100644 doc/1.3.0/libguac/user_8h_source.html
 create mode 100644 doc/1.3.0/libguac/wol-constants_8h.html
 create mode 100644 doc/1.3.0/libguac/wol-constants_8h_source.html
 create mode 100644 doc/1.3.0/libguac/wol_8h.html
 create mode 100644 doc/1.3.0/libguac/wol_8h_source.html


[guacamole-website] 01/01: Merge add documentation for 1.3.0.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-website.git

commit 199afcf01fb73a61011f4adb86197f6019bfc037
Merge: 6c01bbc 66c9712
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Mon Dec 28 20:38:57 2020 -0500

    Merge add documentation for 1.3.0.

 .../guacamole-common-js/ArrayBufferReader.js.html  |  136 +
 .../guacamole-common-js/ArrayBufferWriter.js.html  |  184 +
 .../AudioContextFactory.js.html                    |  140 +
 doc/1.3.0/guacamole-common-js/AudioPlayer.js.html  |  566 ++
 .../guacamole-common-js/AudioRecorder.js.html      |  664 ++
 doc/1.3.0/guacamole-common-js/BlobReader.js.html   |  188 +
 doc/1.3.0/guacamole-common-js/BlobWriter.js.html   |  306 +
 doc/1.3.0/guacamole-common-js/Client.js.html       | 1764 ++++
 .../guacamole-common-js/DataURIReader.js.html      |  144 +
 doc/1.3.0/guacamole-common-js/Display.js.html      | 1620 ++++
 .../Guacamole.ArrayBufferReader.html               |  462 +
 .../Guacamole.ArrayBufferWriter.html               |  766 ++
 .../Guacamole.AudioContextFactory.html             |  343 +
 .../guacamole-common-js/Guacamole.AudioPlayer.html |  744 ++
 .../Guacamole.AudioRecorder.html                   |  840 ++
 .../guacamole-common-js/Guacamole.BlobReader.html  |  710 ++
 .../guacamole-common-js/Guacamole.BlobWriter.html  | 1087 +++
 .../Guacamole.ChainedTunnel.html                   | 1685 ++++
 .../guacamole-common-js/Guacamole.Client.html      | 5399 +++++++++++
 .../Guacamole.DataURIReader.html                   |  441 +
 .../Guacamole.Display.VisibleLayer.html            | 6663 ++++++++++++++
 .../guacamole-common-js/Guacamole.Display.html     | 9393 ++++++++++++++++++++
 .../guacamole-common-js/Guacamole.HTTPTunnel.html  | 1767 ++++
 .../guacamole-common-js/Guacamole.InputSink.html   |  386 +
 .../guacamole-common-js/Guacamole.InputStream.html |  724 ++
 .../guacamole-common-js/Guacamole.IntegerPool.html |  510 ++
 .../guacamole-common-js/Guacamole.JSONReader.html  |  688 ++
 .../Guacamole.Keyboard.ModifierState.html          |  709 ++
 .../guacamole-common-js/Guacamole.Keyboard.html    | 1686 ++++
 .../guacamole-common-js/Guacamole.Layer.Pixel.html |  556 ++
 doc/1.3.0/guacamole-common-js/Guacamole.Layer.html | 5767 ++++++++++++
 .../guacamole-common-js/Guacamole.Mouse.State.html | 1073 +++
 .../Guacamole.Mouse.Touchpad.html                  |  922 ++
 .../Guacamole.Mouse.Touchscreen.html               |  988 ++
 doc/1.3.0/guacamole-common-js/Guacamole.Mouse.html | 1298 +++
 .../guacamole-common-js/Guacamole.Object.html      | 1130 +++
 .../Guacamole.OnScreenKeyboard.Key.html            |  658 ++
 .../Guacamole.OnScreenKeyboard.Layout.html         |  689 ++
 .../Guacamole.OnScreenKeyboard.html                |  996 +++
 .../Guacamole.OutputStream.html                    |  700 ++
 .../guacamole-common-js/Guacamole.Parser.html      |  490 +
 .../Guacamole.RawAudioFormat.html                  |  625 ++
 .../Guacamole.RawAudioPlayer.html                  |  646 ++
 .../Guacamole.RawAudioRecorder.html                |  824 ++
 .../Guacamole.SessionRecording.html                | 1743 ++++
 .../Guacamole.StaticHTTPTunnel.html                | 1769 ++++
 .../guacamole-common-js/Guacamole.Status.html      |  610 ++
 .../Guacamole.StringReader.html                    |  462 +
 .../Guacamole.StringWriter.html                    |  603 ++
 .../guacamole-common-js/Guacamole.Tunnel.html      | 1698 ++++
 .../guacamole-common-js/Guacamole.VideoPlayer.html |  766 ++
 .../Guacamole.WebSocketTunnel.html                 | 1669 ++++
 doc/1.3.0/guacamole-common-js/Guacamole.html       |  332 +
 doc/1.3.0/guacamole-common-js/InputSink.js.html    |  189 +
 doc/1.3.0/guacamole-common-js/InputStream.js.html  |  131 +
 doc/1.3.0/guacamole-common-js/IntegerPool.js.html  |  137 +
 doc/1.3.0/guacamole-common-js/JSONReader.js.html   |  175 +
 doc/1.3.0/guacamole-common-js/Keyboard.js.html     | 1574 ++++
 doc/1.3.0/guacamole-common-js/Layer.js.html        | 1043 +++
 doc/1.3.0/guacamole-common-js/Mouse.js.html        | 1148 +++
 doc/1.3.0/guacamole-common-js/Namespace.js.html    |   87 +
 doc/1.3.0/guacamole-common-js/Object.js.html       |  271 +
 .../guacamole-common-js/OnScreenKeyboard.js.html   | 1004 +++
 doc/1.3.0/guacamole-common-js/OutputStream.js.html |  129 +
 doc/1.3.0/guacamole-common-js/Parser.js.html       |  217 +
 .../guacamole-common-js/RawAudioFormat.js.html     |  207 +
 .../guacamole-common-js/SessionRecording.js.html   |  880 ++
 doc/1.3.0/guacamole-common-js/Status.js.html       |  379 +
 doc/1.3.0/guacamole-common-js/StringReader.js.html |  227 +
 doc/1.3.0/guacamole-common-js/StringWriter.js.html |  252 +
 doc/1.3.0/guacamole-common-js/Tunnel.js.html       | 1475 +++
 doc/1.3.0/guacamole-common-js/Version.js.html      |   91 +
 doc/1.3.0/guacamole-common-js/VideoPlayer.js.html  |  169 +
 .../fonts/OpenSans-Bold-webfont.eot                |  Bin 0 -> 19544 bytes
 .../fonts/OpenSans-Bold-webfont.svg                | 1830 ++++
 .../fonts/OpenSans-Bold-webfont.woff               |  Bin 0 -> 22432 bytes
 .../fonts/OpenSans-BoldItalic-webfont.eot          |  Bin 0 -> 20133 bytes
 .../fonts/OpenSans-BoldItalic-webfont.svg          | 1830 ++++
 .../fonts/OpenSans-BoldItalic-webfont.woff         |  Bin 0 -> 23048 bytes
 .../fonts/OpenSans-Italic-webfont.eot              |  Bin 0 -> 20265 bytes
 .../fonts/OpenSans-Italic-webfont.svg              | 1830 ++++
 .../fonts/OpenSans-Italic-webfont.woff             |  Bin 0 -> 23188 bytes
 .../fonts/OpenSans-Light-webfont.eot               |  Bin 0 -> 19514 bytes
 .../fonts/OpenSans-Light-webfont.svg               | 1831 ++++
 .../fonts/OpenSans-Light-webfont.woff              |  Bin 0 -> 22248 bytes
 .../fonts/OpenSans-LightItalic-webfont.eot         |  Bin 0 -> 20535 bytes
 .../fonts/OpenSans-LightItalic-webfont.svg         | 1835 ++++
 .../fonts/OpenSans-LightItalic-webfont.woff        |  Bin 0 -> 23400 bytes
 .../fonts/OpenSans-Regular-webfont.eot             |  Bin 0 -> 19836 bytes
 .../fonts/OpenSans-Regular-webfont.svg             | 1831 ++++
 .../fonts/OpenSans-Regular-webfont.woff            |  Bin 0 -> 22660 bytes
 doc/1.3.0/guacamole-common-js/index.html           |   75 +
 .../guacamole-common-js/scripts/linenumber.js      |   25 +
 .../scripts/prettify/Apache-License-2.0.txt        |  202 +
 .../scripts/prettify/lang-css.js                   |    2 +
 .../scripts/prettify/prettify.js                   |   28 +
 .../guacamole-common-js/styles/jsdoc-default.css   |  358 +
 .../guacamole-common-js/styles/prettify-jsdoc.css  |  111 +
 .../styles/prettify-tomorrow.css                   |  132 +
 doc/1.3.0/guacamole-common/allclasses-frame.html   |   78 +
 doc/1.3.0/guacamole-common/allclasses-noframe.html |   78 +
 doc/1.3.0/guacamole-common/constant-values.html    |  200 +
 doc/1.3.0/guacamole-common/deprecated-list.html    |  136 +
 doc/1.3.0/guacamole-common/help-doc.html           |  241 +
 doc/1.3.0/guacamole-common/index-all.html          | 1478 +++
 doc/1.3.0/guacamole-common/index.html              |   76 +
 .../guacamole/GuacamoleClientBadTypeException.html |  389 +
 .../apache/guacamole/GuacamoleClientException.html |  389 +
 .../guacamole/GuacamoleClientOverrunException.html |  391 +
 .../guacamole/GuacamoleClientTimeoutException.html |  388 +
 .../guacamole/GuacamoleClientTooManyException.html |  390 +
 .../GuacamoleConnectionClosedException.html        |  391 +
 .../org/apache/guacamole/GuacamoleException.html   |  419 +
 .../GuacamoleResourceClosedException.html          |  389 +
 .../GuacamoleResourceConflictException.html        |  390 +
 .../GuacamoleResourceNotFoundException.html        |  391 +
 .../guacamole/GuacamoleSecurityException.html      |  393 +
 .../guacamole/GuacamoleServerBusyException.html    |  389 +
 .../apache/guacamole/GuacamoleServerException.html |  389 +
 .../guacamole/GuacamoleSessionClosedException.html |  389 +
 .../GuacamoleSessionConflictException.html         |  389 +
 .../GuacamoleSessionTimeoutException.html          |  389 +
 .../guacamole/GuacamoleUnauthorizedException.html  |  395 +
 .../guacamole/GuacamoleUnsupportedException.html   |  389 +
 .../guacamole/GuacamoleUpstreamException.html      |  390 +
 .../GuacamoleUpstreamNotFoundException.html        |  389 +
 .../GuacamoleUpstreamTimeoutException.html         |  391 +
 .../GuacamoleUpstreamUnavailableException.html     |  393 +
 .../class-use/GuacamoleClientBadTypeException.html |  136 +
 .../class-use/GuacamoleClientException.html        |  240 +
 .../class-use/GuacamoleClientOverrunException.html |  136 +
 .../class-use/GuacamoleClientTimeoutException.html |  136 +
 .../class-use/GuacamoleClientTooManyException.html |  136 +
 .../GuacamoleConnectionClosedException.html        |  136 +
 .../guacamole/class-use/GuacamoleException.html    |  676 ++
 .../GuacamoleResourceClosedException.html          |  136 +
 .../GuacamoleResourceConflictException.html        |  136 +
 .../GuacamoleResourceNotFoundException.html        |  136 +
 .../class-use/GuacamoleSecurityException.html      |  184 +
 .../class-use/GuacamoleServerBusyException.html    |  136 +
 .../class-use/GuacamoleServerException.html        |  197 +
 .../class-use/GuacamoleSessionClosedException.html |  136 +
 .../GuacamoleSessionConflictException.html         |  136 +
 .../GuacamoleSessionTimeoutException.html          |  136 +
 .../class-use/GuacamoleUnauthorizedException.html  |  136 +
 .../class-use/GuacamoleUnsupportedException.html   |  136 +
 .../class-use/GuacamoleUpstreamException.html      |  252 +
 .../GuacamoleUpstreamNotFoundException.html        |  136 +
 .../GuacamoleUpstreamTimeoutException.html         |  136 +
 .../GuacamoleUpstreamUnavailableException.html     |  136 +
 .../org/apache/guacamole/io/GuacamoleReader.html   |  312 +
 .../org/apache/guacamole/io/GuacamoleWriter.html   |  312 +
 .../apache/guacamole/io/ReaderGuacamoleReader.html |  381 +
 .../apache/guacamole/io/WriterGuacamoleWriter.html |  381 +
 .../guacamole/io/class-use/GuacamoleReader.html    |  299 +
 .../guacamole/io/class-use/GuacamoleWriter.html    |  295 +
 .../io/class-use/ReaderGuacamoleReader.html        |  136 +
 .../io/class-use/WriterGuacamoleWriter.html        |  136 +
 .../org/apache/guacamole/io/package-frame.html     |   37 +
 .../org/apache/guacamole/io/package-summary.html   |  198 +
 .../org/apache/guacamole/io/package-tree.html      |  155 +
 .../org/apache/guacamole/io/package-use.html       |  241 +
 .../guacamole/net/AbstractGuacamoleTunnel.html     |  506 ++
 .../guacamole/net/DelegatingGuacamoleSocket.html   |  450 +
 .../guacamole/net/DelegatingGuacamoleTunnel.html   |  549 ++
 .../org/apache/guacamole/net/GuacamoleSocket.html  |  348 +
 .../org/apache/guacamole/net/GuacamoleTunnel.html  |  489 +
 .../apache/guacamole/net/InetGuacamoleSocket.html  |  409 +
 .../apache/guacamole/net/SSLGuacamoleSocket.html   |  409 +
 .../guacamole/net/SimpleGuacamoleTunnel.html       |  356 +
 .../net/class-use/AbstractGuacamoleTunnel.html     |  181 +
 .../net/class-use/DelegatingGuacamoleSocket.html   |  196 +
 .../net/class-use/DelegatingGuacamoleTunnel.html   |  136 +
 .../guacamole/net/class-use/GuacamoleSocket.html   |  338 +
 .../guacamole/net/class-use/GuacamoleTunnel.html   |  292 +
 .../net/class-use/InetGuacamoleSocket.html         |  136 +
 .../net/class-use/SSLGuacamoleSocket.html          |  136 +
 .../net/class-use/SimpleGuacamoleTunnel.html       |  136 +
 .../org/apache/guacamole/net/package-frame.html    |   41 +
 .../org/apache/guacamole/net/package-summary.html  |  226 +
 .../org/apache/guacamole/net/package-tree.html     |  162 +
 .../org/apache/guacamole/net/package-use.html      |  262 +
 .../org/apache/guacamole/package-frame.html        |   52 +
 .../org/apache/guacamole/package-summary.html      |  318 +
 .../org/apache/guacamole/package-tree.html         |  193 +
 .../org/apache/guacamole/package-use.html          |  326 +
 .../protocol/ConfiguredGuacamoleSocket.html        |  453 +
 .../protocol/FailoverGuacamoleSocket.html          |  386 +
 .../protocol/FilteredGuacamoleReader.html          |  387 +
 .../protocol/FilteredGuacamoleSocket.html          |  368 +
 .../protocol/FilteredGuacamoleWriter.html          |  387 +
 .../protocol/GuacamoleClientInformation.html       |  510 ++
 .../guacamole/protocol/GuacamoleConfiguration.html |  543 ++
 .../apache/guacamole/protocol/GuacamoleFilter.html |  256 +
 .../guacamole/protocol/GuacamoleInstruction.html   |  380 +
 .../apache/guacamole/protocol/GuacamoleParser.html |  479 +
 .../protocol/GuacamoleProtocolCapability.html      |  432 +
 .../protocol/GuacamoleProtocolVersion.html         |  552 ++
 .../apache/guacamole/protocol/GuacamoleStatus.html |  759 ++
 .../class-use/ConfiguredGuacamoleSocket.html       |  136 +
 .../class-use/FailoverGuacamoleSocket.html         |  136 +
 .../class-use/FilteredGuacamoleReader.html         |  136 +
 .../class-use/FilteredGuacamoleSocket.html         |  136 +
 .../class-use/FilteredGuacamoleWriter.html         |  136 +
 .../class-use/GuacamoleClientInformation.html      |  182 +
 .../protocol/class-use/GuacamoleConfiguration.html |  213 +
 .../protocol/class-use/GuacamoleFilter.html        |  196 +
 .../protocol/class-use/GuacamoleInstruction.html   |  262 +
 .../protocol/class-use/GuacamoleParser.html        |  136 +
 .../class-use/GuacamoleProtocolCapability.html     |  187 +
 .../class-use/GuacamoleProtocolVersion.html        |  249 +
 .../protocol/class-use/GuacamoleStatus.html        |  306 +
 .../apache/guacamole/protocol/package-frame.html   |   49 +
 .../apache/guacamole/protocol/package-summary.html |  270 +
 .../apache/guacamole/protocol/package-tree.html    |  179 +
 .../org/apache/guacamole/protocol/package-use.html |  258 +
 .../servlet/GuacamoleHTTPTunnelServlet.html        |  606 ++
 .../class-use/GuacamoleHTTPTunnelServlet.html      |  136 +
 .../apache/guacamole/servlet/package-frame.html    |   31 +
 .../apache/guacamole/servlet/package-summary.html  |  168 +
 .../org/apache/guacamole/servlet/package-tree.html |  157 +
 .../org/apache/guacamole/servlet/package-use.html  |  136 +
 .../GuacamoleWebSocketTunnelEndpoint.html          |  369 +
 .../GuacamoleWebSocketTunnelEndpoint.html          |  136 +
 .../apache/guacamole/websocket/package-frame.html  |   31 +
 .../guacamole/websocket/package-summary.html       |  157 +
 .../apache/guacamole/websocket/package-tree.html   |  153 +
 .../apache/guacamole/websocket/package-use.html    |  136 +
 doc/1.3.0/guacamole-common/overview-frame.html     |   37 +
 doc/1.3.0/guacamole-common/overview-summary.html   |  184 +
 doc/1.3.0/guacamole-common/overview-tree.html      |  257 +
 doc/1.3.0/guacamole-common/package-list            |    6 +
 doc/1.3.0/guacamole-common/script.js               |   30 +
 doc/1.3.0/guacamole-common/serialized-form.html    |  318 +
 doc/1.3.0/guacamole-common/stylesheet.css          |  574 ++
 doc/1.3.0/guacamole-ext/allclasses-frame.html      |  178 +
 doc/1.3.0/guacamole-ext/allclasses-noframe.html    |  178 +
 doc/1.3.0/guacamole-ext/constant-values.html       |  397 +
 doc/1.3.0/guacamole-ext/deprecated-list.html       |  323 +
 doc/1.3.0/guacamole-ext/help-doc.html              |  241 +
 doc/1.3.0/guacamole-ext/index-all.html             | 4214 +++++++++
 doc/1.3.0/guacamole-ext/index.html                 |   76 +
 .../apache/guacamole/environment/Environment.html  |  504 ++
 .../guacamole/environment/LocalEnvironment.html    |  530 ++
 .../environment/class-use/Environment.html         |  180 +
 .../environment/class-use/LocalEnvironment.html    |  136 +
 .../guacamole/environment/package-frame.html       |   35 +
 .../guacamole/environment/package-summary.html     |  176 +
 .../apache/guacamole/environment/package-tree.html |  153 +
 .../apache/guacamole/environment/package-use.html  |  172 +
 .../org/apache/guacamole/form/BooleanField.html    |  293 +
 .../org/apache/guacamole/form/DateField.html       |  402 +
 .../org/apache/guacamole/form/EmailField.html      |  284 +
 .../org/apache/guacamole/form/EnumField.html       |  288 +
 .../org/apache/guacamole/form/Field.Type.html      |  600 ++
 .../org/apache/guacamole/form/Field.html           |  473 +
 .../org/apache/guacamole/form/FieldOption.html     |  376 +
 .../org/apache/guacamole/form/Form.html            |  382 +
 .../org/apache/guacamole/form/LanguageField.html   |  334 +
 .../org/apache/guacamole/form/MultilineField.html  |  284 +
 .../org/apache/guacamole/form/NumericField.html    |  356 +
 .../org/apache/guacamole/form/PasswordField.html   |  285 +
 .../org/apache/guacamole/form/RedirectField.html   |  366 +
 .../guacamole/form/TerminalColorSchemeField.html   |  286 +
 .../org/apache/guacamole/form/TextField.html       |  354 +
 .../org/apache/guacamole/form/TimeField.html       |  402 +
 .../org/apache/guacamole/form/TimeZoneField.html   |  332 +
 .../org/apache/guacamole/form/UsernameField.html   |  285 +
 .../guacamole/form/class-use/BooleanField.html     |  136 +
 .../apache/guacamole/form/class-use/DateField.html |  136 +
 .../guacamole/form/class-use/EmailField.html       |  136 +
 .../apache/guacamole/form/class-use/EnumField.html |  136 +
 .../guacamole/form/class-use/Field.Type.html       |  136 +
 .../org/apache/guacamole/form/class-use/Field.html |  412 +
 .../guacamole/form/class-use/FieldOption.html      |  136 +
 .../org/apache/guacamole/form/class-use/Form.html  |  341 +
 .../guacamole/form/class-use/LanguageField.html    |  136 +
 .../guacamole/form/class-use/MultilineField.html   |  136 +
 .../guacamole/form/class-use/NumericField.html     |  136 +
 .../guacamole/form/class-use/PasswordField.html    |  136 +
 .../guacamole/form/class-use/RedirectField.html    |  136 +
 .../form/class-use/TerminalColorSchemeField.html   |  136 +
 .../apache/guacamole/form/class-use/TextField.html |  136 +
 .../apache/guacamole/form/class-use/TimeField.html |  136 +
 .../guacamole/form/class-use/TimeZoneField.html    |  136 +
 .../guacamole/form/class-use/UsernameField.html    |  136 +
 .../org/apache/guacamole/form/package-frame.html   |   48 +
 .../org/apache/guacamole/form/package-summary.html |  273 +
 .../org/apache/guacamole/form/package-tree.html    |  169 +
 .../org/apache/guacamole/form/package-use.html     |  242 +
 .../apache/guacamole/language/Translatable.html    |  251 +
 ...ranslatableGuacamoleClientBadTypeException.html |  461 +
 .../TranslatableGuacamoleClientException.html      |  456 +
 ...ranslatableGuacamoleClientOverrunException.html |  461 +
 ...ranslatableGuacamoleClientTimeoutException.html |  461 +
 ...ranslatableGuacamoleClientTooManyException.html |  461 +
 ...slatableGuacamoleConnectionClosedException.html |  461 +
 .../TranslatableGuacamoleCredentialsException.html |  494 +
 ...eGuacamoleInsufficientCredentialsException.html |  499 ++
 ...atableGuacamoleInvalidCredentialsException.html |  499 ++
 ...anslatableGuacamoleResourceClosedException.html |  461 +
 ...slatableGuacamoleResourceConflictException.html |  461 +
 ...slatableGuacamoleResourceNotFoundException.html |  461 +
 .../TranslatableGuacamoleSecurityException.html    |  461 +
 .../TranslatableGuacamoleServerBusyException.html  |  461 +
 .../TranslatableGuacamoleServerException.html      |  456 +
 ...ranslatableGuacamoleSessionClosedException.html |  461 +
 ...nslatableGuacamoleSessionConflictException.html |  461 +
 ...anslatableGuacamoleSessionTimeoutException.html |  461 +
 ...TranslatableGuacamoleUnauthorizedException.html |  466 +
 .../TranslatableGuacamoleUnsupportedException.html |  461 +
 .../TranslatableGuacamoleUpstreamException.html    |  456 +
 ...slatableGuacamoleUpstreamNotFoundException.html |  461 +
 ...nslatableGuacamoleUpstreamTimeoutException.html |  461 +
 ...tableGuacamoleUpstreamUnavailableException.html |  461 +
 .../guacamole/language/TranslatableMessage.html    |  355 +
 .../guacamole/language/class-use/Translatable.html |  391 +
 ...ranslatableGuacamoleClientBadTypeException.html |  136 +
 .../TranslatableGuacamoleClientException.html      |  136 +
 ...ranslatableGuacamoleClientOverrunException.html |  136 +
 ...ranslatableGuacamoleClientTimeoutException.html |  136 +
 ...ranslatableGuacamoleClientTooManyException.html |  136 +
 ...slatableGuacamoleConnectionClosedException.html |  136 +
 .../TranslatableGuacamoleCredentialsException.html |  136 +
 ...eGuacamoleInsufficientCredentialsException.html |  136 +
 ...atableGuacamoleInvalidCredentialsException.html |  136 +
 ...anslatableGuacamoleResourceClosedException.html |  136 +
 ...slatableGuacamoleResourceConflictException.html |  136 +
 ...slatableGuacamoleResourceNotFoundException.html |  136 +
 .../TranslatableGuacamoleSecurityException.html    |  136 +
 .../TranslatableGuacamoleServerBusyException.html  |  136 +
 .../TranslatableGuacamoleServerException.html      |  136 +
 ...ranslatableGuacamoleSessionClosedException.html |  136 +
 ...nslatableGuacamoleSessionConflictException.html |  136 +
 ...anslatableGuacamoleSessionTimeoutException.html |  136 +
 ...TranslatableGuacamoleUnauthorizedException.html |  136 +
 .../TranslatableGuacamoleUnsupportedException.html |  136 +
 .../TranslatableGuacamoleUpstreamException.html    |  136 +
 ...slatableGuacamoleUpstreamNotFoundException.html |  136 +
 ...nslatableGuacamoleUpstreamTimeoutException.html |  136 +
 ...tableGuacamoleUpstreamUnavailableException.html |  136 +
 .../language/class-use/TranslatableMessage.html    |  691 ++
 .../apache/guacamole/language/package-frame.html   |   62 +
 .../apache/guacamole/language/package-summary.html |  380 +
 .../apache/guacamole/language/package-tree.html    |  285 +
 .../org/apache/guacamole/language/package-use.html |  213 +
 .../net/auth/AbstractActiveConnection.html         |  608 ++
 .../net/auth/AbstractAuthenticatedUser.html        |  376 +
 .../net/auth/AbstractAuthenticationProvider.html   |  660 ++
 .../guacamole/net/auth/AbstractConnection.html     |  500 ++
 .../net/auth/AbstractConnectionGroup.html          |  479 +
 .../guacamole/net/auth/AbstractIdentifiable.html   |  365 +
 .../guacamole/net/auth/AbstractSharingProfile.html |  527 ++
 .../apache/guacamole/net/auth/AbstractUser.html    |  745 ++
 .../guacamole/net/auth/AbstractUserContext.html    |  906 ++
 .../guacamole/net/auth/AbstractUserGroup.html      |  681 ++
 .../guacamole/net/auth/ActiveConnection.html       |  600 ++
 .../apache/guacamole/net/auth/ActivityRecord.html  |  337 +
 .../auth/ActivityRecordSet.SortableProperty.html   |  352 +
 .../guacamole/net/auth/ActivityRecordSet.html      |  381 +
 .../org/apache/guacamole/net/auth/Attributes.html  |  283 +
 .../guacamole/net/auth/AuthenticatedUser.html      |  375 +
 .../guacamole/net/auth/AuthenticationProvider.html |  551 ++
 .../org/apache/guacamole/net/auth/Connectable.html |  335 +
 .../org/apache/guacamole/net/auth/Connection.html  |  517 ++
 .../guacamole/net/auth/ConnectionGroup.Type.html   |  371 +
 .../apache/guacamole/net/auth/ConnectionGroup.html |  451 +
 .../guacamole/net/auth/ConnectionRecord.html       |  331 +
 .../guacamole/net/auth/ConnectionRecordSet.html    |  229 +
 .../org/apache/guacamole/net/auth/Credentials.html |  567 ++
 .../guacamole/net/auth/DecoratingDirectory.html    |  519 ++
 .../guacamole/net/auth/DelegatingConnection.html   |  798 ++
 .../net/auth/DelegatingConnectionGroup.html        |  736 ++
 .../guacamole/net/auth/DelegatingDirectory.html    |  502 ++
 .../net/auth/DelegatingSharingProfile.html         |  576 ++
 .../apache/guacamole/net/auth/DelegatingUser.html  |  832 ++
 .../guacamole/net/auth/DelegatingUserContext.html  |  876 ++
 .../guacamole/net/auth/DelegatingUserGroup.html    |  705 ++
 .../org/apache/guacamole/net/auth/Directory.html   |  402 +
 ...acamoleProxyConfiguration.EncryptionMethod.html |  364 +
 .../net/auth/GuacamoleProxyConfiguration.html      |  402 +
 .../apache/guacamole/net/auth/Identifiable.html    |  273 +
 .../org/apache/guacamole/net/auth/Permissions.html |  409 +
 .../guacamole/net/auth/RelatedObjectSet.html       |  350 +
 .../org/apache/guacamole/net/auth/Shareable.html   |  272 +
 .../apache/guacamole/net/auth/SharingProfile.html  |  387 +
 .../net/auth/TokenInjectingConnection.html         |  346 +
 .../net/auth/TokenInjectingConnectionGroup.html    |  361 +
 .../net/auth/TokenInjectingUserContext.html        |  454 +
 .../apache/guacamole/net/auth/User.Attribute.html  |  346 +
 .../org/apache/guacamole/net/auth/User.html        |  467 +
 .../org/apache/guacamole/net/auth/UserContext.html |  731 ++
 .../org/apache/guacamole/net/auth/UserGroup.html   |  337 +
 .../auth/class-use/AbstractActiveConnection.html   |  136 +
 .../auth/class-use/AbstractAuthenticatedUser.html  |  136 +
 .../class-use/AbstractAuthenticationProvider.html  |  183 +
 .../net/auth/class-use/AbstractConnection.html     |  183 +
 .../auth/class-use/AbstractConnectionGroup.html    |  184 +
 .../net/auth/class-use/AbstractIdentifiable.html   |  265 +
 .../net/auth/class-use/AbstractSharingProfile.html |  136 +
 .../guacamole/net/auth/class-use/AbstractUser.html |  182 +
 .../net/auth/class-use/AbstractUserContext.html    |  183 +
 .../net/auth/class-use/AbstractUserGroup.html      |  183 +
 .../net/auth/class-use/ActiveConnection.html       |  211 +
 .../net/auth/class-use/ActivityRecord.html         |  281 +
 .../ActivityRecordSet.SortableProperty.html        |  239 +
 .../net/auth/class-use/ActivityRecordSet.html      |  331 +
 .../guacamole/net/auth/class-use/Attributes.html   |  351 +
 .../net/auth/class-use/AuthenticatedUser.html      |  462 +
 .../net/auth/class-use/AuthenticationProvider.html |  283 +
 .../guacamole/net/auth/class-use/Connectable.html  |  291 +
 .../guacamole/net/auth/class-use/Connection.html   |  377 +
 .../net/auth/class-use/ConnectionGroup.Type.html   |  225 +
 .../net/auth/class-use/ConnectionGroup.html        |  386 +
 .../net/auth/class-use/ConnectionRecord.html       |  254 +
 .../net/auth/class-use/ConnectionRecordSet.html    |  213 +
 .../guacamole/net/auth/class-use/Credentials.html  |  418 +
 .../net/auth/class-use/DecoratingDirectory.html    |  136 +
 .../net/auth/class-use/DelegatingConnection.html   |  183 +
 .../auth/class-use/DelegatingConnectionGroup.html  |  183 +
 .../net/auth/class-use/DelegatingDirectory.html    |  182 +
 .../auth/class-use/DelegatingSharingProfile.html   |  136 +
 .../net/auth/class-use/DelegatingUser.html         |  136 +
 .../net/auth/class-use/DelegatingUserContext.html  |  183 +
 .../net/auth/class-use/DelegatingUserGroup.html    |  136 +
 .../guacamole/net/auth/class-use/Directory.html    |  418 +
 ...acamoleProxyConfiguration.EncryptionMethod.html |  210 +
 .../class-use/GuacamoleProxyConfiguration.html     |  183 +
 .../guacamole/net/auth/class-use/Identifiable.html |  446 +
 .../guacamole/net/auth/class-use/Permissions.html  |  284 +
 .../net/auth/class-use/RelatedObjectSet.html       |  287 +
 .../guacamole/net/auth/class-use/Shareable.html    |  198 +
 .../net/auth/class-use/SharingProfile.html         |  248 +
 .../auth/class-use/TokenInjectingConnection.html   |  136 +
 .../class-use/TokenInjectingConnectionGroup.html   |  136 +
 .../auth/class-use/TokenInjectingUserContext.html  |  136 +
 .../net/auth/class-use/User.Attribute.html         |  136 +
 .../apache/guacamole/net/auth/class-use/User.html  |  314 +
 .../guacamole/net/auth/class-use/UserContext.html  |  451 +
 .../guacamole/net/auth/class-use/UserGroup.html    |  276 +
 .../net/auth/credentials/CredentialsInfo.html      |  400 +
 .../credentials/GuacamoleCredentialsException.html |  419 +
 .../GuacamoleInsufficientCredentialsException.html |  392 +
 .../GuacamoleInvalidCredentialsException.html      |  390 +
 .../net/auth/credentials/UserCredentials.html      |  585 ++
 .../credentials/class-use/CredentialsInfo.html     |  421 +
 .../class-use/GuacamoleCredentialsException.html   |  228 +
 .../GuacamoleInsufficientCredentialsException.html |  180 +
 .../GuacamoleInvalidCredentialsException.html      |  180 +
 .../credentials/class-use/UserCredentials.html     |  182 +
 .../net/auth/credentials/package-frame.html        |   38 +
 .../net/auth/credentials/package-summary.html      |  194 +
 .../net/auth/credentials/package-tree.html         |  183 +
 .../net/auth/credentials/package-use.html          |  240 +
 .../apache/guacamole/net/auth/package-frame.html   |   83 +
 .../apache/guacamole/net/auth/package-summary.html |  507 ++
 .../apache/guacamole/net/auth/package-tree.html    |  256 +
 .../org/apache/guacamole/net/auth/package-use.html |  587 ++
 .../net/auth/permission/ObjectPermission.Type.html |  395 +
 .../net/auth/permission/ObjectPermission.html      |  391 +
 .../net/auth/permission/ObjectPermissionSet.html   |  488 +
 .../guacamole/net/auth/permission/Permission.html  |  251 +
 .../net/auth/permission/PermissionSet.html         |  311 +
 .../net/auth/permission/SystemPermission.Type.html |  429 +
 .../net/auth/permission/SystemPermission.html      |  364 +
 .../net/auth/permission/SystemPermissionSet.html   |  432 +
 .../class-use/ObjectPermission.Type.html           |  323 +
 .../permission/class-use/ObjectPermission.html     |  259 +
 .../permission/class-use/ObjectPermissionSet.html  |  412 +
 .../net/auth/permission/class-use/Permission.html  |  204 +
 .../auth/permission/class-use/PermissionSet.html   |  224 +
 .../class-use/SystemPermission.Type.html           |  267 +
 .../permission/class-use/SystemPermission.html     |  259 +
 .../permission/class-use/SystemPermissionSet.html  |  258 +
 .../net/auth/permission/package-frame.html         |   44 +
 .../net/auth/permission/package-summary.html       |  235 +
 .../net/auth/permission/package-tree.html          |  173 +
 .../guacamole/net/auth/permission/package-use.html |  301 +
 .../net/auth/simple/SimpleActivityRecordSet.html   |  457 +
 .../auth/simple/SimpleAuthenticationProvider.html  |  420 +
 .../net/auth/simple/SimpleConnection.html          |  684 ++
 .../net/auth/simple/SimpleConnectionDirectory.html |  354 +
 .../net/auth/simple/SimpleConnectionGroup.html     |  537 ++
 .../simple/SimpleConnectionGroupDirectory.html     |  356 +
 .../net/auth/simple/SimpleConnectionRecordSet.html |  443 +
 .../guacamole/net/auth/simple/SimpleDirectory.html |  616 ++
 .../net/auth/simple/SimpleObjectPermissionSet.html |  622 ++
 .../net/auth/simple/SimpleRelatedObjectSet.html    |  432 +
 .../net/auth/simple/SimpleSystemPermissionSet.html |  514 ++
 .../guacamole/net/auth/simple/SimpleUser.html      |  535 ++
 .../net/auth/simple/SimpleUserContext.html         |  516 ++
 .../net/auth/simple/SimpleUserDirectory.html       |  282 +
 .../guacamole/net/auth/simple/SimpleUserGroup.html |  309 +
 .../simple/class-use/SimpleActivityRecordSet.html  |  136 +
 .../class-use/SimpleAuthenticationProvider.html    |  136 +
 .../auth/simple/class-use/SimpleConnection.html    |  136 +
 .../class-use/SimpleConnectionDirectory.html       |  136 +
 .../simple/class-use/SimpleConnectionGroup.html    |  136 +
 .../class-use/SimpleConnectionGroupDirectory.html  |  136 +
 .../class-use/SimpleConnectionRecordSet.html       |  136 +
 .../net/auth/simple/class-use/SimpleDirectory.html |  200 +
 .../class-use/SimpleObjectPermissionSet.html       |  136 +
 .../simple/class-use/SimpleRelatedObjectSet.html   |  136 +
 .../class-use/SimpleSystemPermissionSet.html       |  136 +
 .../net/auth/simple/class-use/SimpleUser.html      |  136 +
 .../auth/simple/class-use/SimpleUserContext.html   |  136 +
 .../auth/simple/class-use/SimpleUserDirectory.html |  136 +
 .../net/auth/simple/class-use/SimpleUserGroup.html |  136 +
 .../guacamole/net/auth/simple/package-frame.html   |   45 +
 .../guacamole/net/auth/simple/package-summary.html |  264 +
 .../guacamole/net/auth/simple/package-tree.html    |  194 +
 .../guacamole/net/auth/simple/package-use.html     |  176 +
 .../net/event/AuthenticationFailureEvent.html      |  311 +
 .../net/event/AuthenticationSuccessEvent.html      |  345 +
 .../guacamole/net/event/CredentialEvent.html       |  247 +
 .../guacamole/net/event/TunnelCloseEvent.html      |  375 +
 .../guacamole/net/event/TunnelConnectEvent.html    |  375 +
 .../apache/guacamole/net/event/TunnelEvent.html    |  246 +
 .../org/apache/guacamole/net/event/UserEvent.html  |  249 +
 .../class-use/AuthenticationFailureEvent.html      |  183 +
 .../class-use/AuthenticationSuccessEvent.html      |  183 +
 .../net/event/class-use/CredentialEvent.html       |  201 +
 .../net/event/class-use/TunnelCloseEvent.html      |  182 +
 .../net/event/class-use/TunnelConnectEvent.html    |  182 +
 .../guacamole/net/event/class-use/TunnelEvent.html |  187 +
 .../guacamole/net/event/class-use/UserEvent.html   |  194 +
 .../listener/AuthenticationFailureListener.html    |  258 +
 .../listener/AuthenticationSuccessListener.html    |  262 +
 .../guacamole/net/event/listener/Listener.html     |  255 +
 .../net/event/listener/TunnelCloseListener.html    |  259 +
 .../net/event/listener/TunnelConnectListener.html  |  260 +
 .../class-use/AuthenticationFailureListener.html   |  136 +
 .../class-use/AuthenticationSuccessListener.html   |  136 +
 .../net/event/listener/class-use/Listener.html     |  136 +
 .../listener/class-use/TunnelCloseListener.html    |  136 +
 .../listener/class-use/TunnelConnectListener.html  |  136 +
 .../net/event/listener/package-frame.html          |   35 +
 .../net/event/listener/package-summary.html        |  195 +
 .../guacamole/net/event/listener/package-tree.html |  149 +
 .../guacamole/net/event/listener/package-use.html  |  136 +
 .../apache/guacamole/net/event/package-frame.html  |   40 +
 .../guacamole/net/event/package-summary.html       |  224 +
 .../apache/guacamole/net/event/package-tree.html   |  158 +
 .../apache/guacamole/net/event/package-use.html    |  227 +
 .../properties/BooleanGuacamoleProperty.html       |  315 +
 .../EnumGuacamoleProperty.PropertyValue.html       |  237 +
 .../properties/EnumGuacamoleProperty.html          |  414 +
 .../properties/FileGuacamoleProperty.html          |  314 +
 .../guacamole/properties/GuacamoleProperty.html    |  281 +
 .../properties/IntegerGuacamoleProperty.html       |  314 +
 .../properties/LongGuacamoleProperty.html          |  314 +
 .../properties/StringGuacamoleProperty.html        |  314 +
 .../properties/TimeZoneGuacamoleProperty.html      |  353 +
 .../guacamole/properties/URIGuacamoleProperty.html |  314 +
 .../class-use/BooleanGuacamoleProperty.html        |  178 +
 .../EnumGuacamoleProperty.PropertyValue.html       |  136 +
 .../class-use/EnumGuacamoleProperty.html           |  136 +
 .../class-use/FileGuacamoleProperty.html           |  136 +
 .../properties/class-use/GuacamoleProperty.html    |  276 +
 .../class-use/IntegerGuacamoleProperty.html        |  178 +
 .../class-use/LongGuacamoleProperty.html           |  136 +
 .../class-use/StringGuacamoleProperty.html         |  179 +
 .../class-use/TimeZoneGuacamoleProperty.html       |  136 +
 .../properties/class-use/URIGuacamoleProperty.html |  136 +
 .../apache/guacamole/properties/package-frame.html |   46 +
 .../guacamole/properties/package-summary.html      |  245 +
 .../apache/guacamole/properties/package-tree.html  |  164 +
 .../apache/guacamole/properties/package-use.html   |  212 +
 .../apache/guacamole/protocols/ProtocolInfo.html   |  492 +
 .../protocols/class-use/ProtocolInfo.html          |  202 +
 .../apache/guacamole/protocols/package-frame.html  |   31 +
 .../guacamole/protocols/package-summary.html       |  157 +
 .../apache/guacamole/protocols/package-tree.html   |  149 +
 .../apache/guacamole/protocols/package-use.html    |  172 +
 .../org/apache/guacamole/token/StandardTokens.html |  495 ++
 .../org/apache/guacamole/token/TokenFilter.html    |  465 +
 .../org/apache/guacamole/token/TokenName.html      |  298 +
 .../guacamole/token/class-use/StandardTokens.html  |  136 +
 .../guacamole/token/class-use/TokenFilter.html     |  199 +
 .../guacamole/token/class-use/TokenName.html       |  136 +
 .../org/apache/guacamole/token/package-frame.html  |   33 +
 .../apache/guacamole/token/package-summary.html    |  170 +
 .../org/apache/guacamole/token/package-tree.html   |  151 +
 .../org/apache/guacamole/token/package-use.html    |  172 +
 .../org/apache/guacamole/xml/DocumentHandler.html  |  382 +
 .../org/apache/guacamole/xml/TagHandler.html       |  303 +
 .../guacamole/xml/class-use/DocumentHandler.html   |  136 +
 .../apache/guacamole/xml/class-use/TagHandler.html |  196 +
 .../org/apache/guacamole/xml/package-frame.html    |   35 +
 .../org/apache/guacamole/xml/package-summary.html  |  187 +
 .../org/apache/guacamole/xml/package-tree.html     |  157 +
 .../org/apache/guacamole/xml/package-use.html      |  175 +
 doc/1.3.0/guacamole-ext/overview-frame.html        |   44 +
 doc/1.3.0/guacamole-ext/overview-summary.html      |  223 +
 doc/1.3.0/guacamole-ext/overview-tree.html         |  512 ++
 doc/1.3.0/guacamole-ext/package-list               |   13 +
 doc/1.3.0/guacamole-ext/script.js                  |   30 +
 doc/1.3.0/guacamole-ext/serialized-form.html       |  652 ++
 doc/1.3.0/guacamole-ext/stylesheet.css             |  574 ++
 doc/1.3.0/gug/adhoc-connections.html               |   69 +
 doc/1.3.0/gug/administration.html                  |  163 +
 doc/1.3.0/gug/appendices.html                      |   21 +
 doc/1.3.0/gug/book-index.html                      |   21 +
 doc/1.3.0/gug/cas-auth.html                        |   85 +
 doc/1.3.0/gug/configuring-guacamole.html           | 2853 ++++++
 doc/1.3.0/gug/custom-auth.html                     |  383 +
 doc/1.3.0/gug/custom-protocols.html                |  654 ++
 doc/1.3.0/gug/developers-guide.html                |   21 +
 doc/1.3.0/gug/duo-auth.html                        |  102 +
 doc/1.3.0/gug/event-listeners.html                 |  292 +
 doc/1.3.0/gug/faq.html                             |   86 +
 doc/1.3.0/gug/guacamole-architecture.html          |   83 +
 doc/1.3.0/gug/guacamole-common-js.html             |  263 +
 doc/1.3.0/gug/guacamole-common.html                |  141 +
 doc/1.3.0/gug/guacamole-docker.html                |  442 +
 doc/1.3.0/gug/guacamole-ext.html                   |  457 +
 doc/1.3.0/gug/guacamole-protocol.html              |  193 +
 doc/1.3.0/gug/gug.css                              |  179 +
 doc/1.3.0/gug/header-auth.html                     |   54 +
 doc/1.3.0/gug/images/duo-add-guacamole.png         |  Bin 0 -> 7156 bytes
 doc/1.3.0/gug/images/duo-auth-factor-1.png         |  Bin 0 -> 12418 bytes
 doc/1.3.0/gug/images/duo-auth-factor-2.png         |  Bin 0 -> 28876 bytes
 doc/1.3.0/gug/images/duo-copy-details.png          |  Bin 0 -> 19979 bytes
 doc/1.3.0/gug/images/duo-rename-guacamole.png      |  Bin 0 -> 13016 bytes
 doc/1.3.0/gug/images/edit-connection.png           |  Bin 0 -> 119196 bytes
 doc/1.3.0/gug/images/edit-group-memberships.png    |  Bin 0 -> 31653 bytes
 doc/1.3.0/gug/images/edit-group.png                |  Bin 0 -> 29614 bytes
 doc/1.3.0/gug/images/edit-sharing-profile.png      |  Bin 0 -> 22420 bytes
 doc/1.3.0/gug/images/edit-user-group.png           |  Bin 0 -> 129269 bytes
 doc/1.3.0/gug/images/edit-user-membership.png      |  Bin 0 -> 8415 bytes
 doc/1.3.0/gug/images/edit-user.png                 |  Bin 0 -> 72176 bytes
 doc/1.3.0/gug/images/file-browser.png              |  Bin 0 -> 97706 bytes
 doc/1.3.0/gug/images/file-transfers.png            |  Bin 0 -> 9586 bytes
 doc/1.3.0/gug/images/guac-arch.png                 |  Bin 0 -> 51821 bytes
 doc/1.3.0/gug/images/guac-menu-disconnect.png      |  Bin 0 -> 19486 bytes
 doc/1.3.0/gug/images/guac-menu-share-link.png      |  Bin 0 -> 19965 bytes
 doc/1.3.0/gug/images/guac-menu-share.png           |  Bin 0 -> 8726 bytes
 .../gug/images/guacamole-client-interface.png      |  Bin 0 -> 309368 bytes
 doc/1.3.0/gug/images/guacamole-drive-download.png  |  Bin 0 -> 19149 bytes
 doc/1.3.0/gug/images/guacamole-drive.png           |  Bin 0 -> 27334 bytes
 doc/1.3.0/gug/images/guacamole-home-screen.png     |  Bin 0 -> 77377 bytes
 doc/1.3.0/gug/images/guacamole-preferences.png     |  Bin 0 -> 161522 bytes
 .../gug/images/guacamole-settings-sections.png     |  Bin 0 -> 11928 bytes
 doc/1.3.0/gug/images/manage-button.png             |  Bin 0 -> 16773 bytes
 doc/1.3.0/gug/images/manage-connections.png        |  Bin 0 -> 87829 bytes
 doc/1.3.0/gug/images/manage-groups.png             |  Bin 0 -> 33629 bytes
 doc/1.3.0/gug/images/manage-history.png            |  Bin 0 -> 148440 bytes
 doc/1.3.0/gug/images/manage-sessions.png           |  Bin 0 -> 61738 bytes
 doc/1.3.0/gug/images/manage-users.png              |  Bin 0 -> 33353 bytes
 doc/1.3.0/gug/images/session-filter-example-1.png  |  Bin 0 -> 3038 bytes
 doc/1.3.0/gug/images/session-filter-example-2.png  |  Bin 0 -> 2055 bytes
 doc/1.3.0/gug/images/totp-auth-factor-1.png        |  Bin 0 -> 12418 bytes
 doc/1.3.0/gug/images/totp-auth-factor-2.png        |  Bin 0 -> 14088 bytes
 doc/1.3.0/gug/images/totp-enroll-detail.png        |  Bin 0 -> 42801 bytes
 doc/1.3.0/gug/images/totp-enroll.png               |  Bin 0 -> 33722 bytes
 doc/1.3.0/gug/images/touchpad.png                  |  Bin 0 -> 16504 bytes
 doc/1.3.0/gug/images/touchscreen.png               |  Bin 0 -> 9681 bytes
 doc/1.3.0/gug/index.html                           |   29 +
 doc/1.3.0/gug/installing-guacamole.html            |  458 +
 doc/1.3.0/gug/jdbc-auth.html                       | 1109 +++
 doc/1.3.0/gug/ldap-auth.html                       |  341 +
 doc/1.3.0/gug/libguac.html                         |  263 +
 doc/1.3.0/gug/openid-auth.html                     |  100 +
 doc/1.3.0/gug/preface.html                         |   92 +
 doc/1.3.0/gug/protocol-reference.html              |  338 +
 doc/1.3.0/gug/proxying-guacamole.html              |  220 +
 doc/1.3.0/gug/radius-auth.html                     |  137 +
 doc/1.3.0/gug/saml-auth.html                       |   96 +
 doc/1.3.0/gug/totp-auth.html                       |   87 +
 doc/1.3.0/gug/troubleshooting.html                 |  407 +
 doc/1.3.0/gug/users-guide.html                     |   21 +
 doc/1.3.0/gug/using-guacamole.html                 |  204 +
 doc/1.3.0/gug/writing-you-own-guacamole-app.html   |  436 +
 doc/1.3.0/libguac/annotated.html                   |  104 +
 doc/1.3.0/libguac/argv-constants_8h.html           |  145 +
 doc/1.3.0/libguac/argv-constants_8h_source.html    |   91 +
 doc/1.3.0/libguac/argv-fntypes_8h.html             |  135 +
 doc/1.3.0/libguac/argv-fntypes_8h_source.html      |   94 +
 doc/1.3.0/libguac/argv_8h.html                     |  297 +
 doc/1.3.0/libguac/argv_8h_source.html              |  103 +
 doc/1.3.0/libguac/audio-fntypes_8h.html            |  234 +
 doc/1.3.0/libguac/audio-fntypes_8h_source.html     |  100 +
 doc/1.3.0/libguac/audio-types_8h.html              |   98 +
 doc/1.3.0/libguac/audio-types_8h_source.html       |   93 +
 doc/1.3.0/libguac/audio_8h.html                    |  388 +
 doc/1.3.0/libguac/audio_8h_source.html             |  124 +
 doc/1.3.0/libguac/bc_s.png                         |  Bin 0 -> 676 bytes
 doc/1.3.0/libguac/bdwn.png                         |  Bin 0 -> 147 bytes
 doc/1.3.0/libguac/classes.html                     |  107 +
 doc/1.3.0/libguac/client-constants_8h.html         |  189 +
 doc/1.3.0/libguac/client-constants_8h_source.html  |   91 +
 doc/1.3.0/libguac/client-fntypes_8h.html           |  186 +
 doc/1.3.0/libguac/client-fntypes_8h_source.html    |  101 +
 doc/1.3.0/libguac/client-types_8h.html             |  174 +
 doc/1.3.0/libguac/client-types_8h_source.html      |  101 +
 doc/1.3.0/libguac/client_8h.html                   | 1408 +++
 doc/1.3.0/libguac/client_8h_source.html            |  158 +
 doc/1.3.0/libguac/closed.png                       |  Bin 0 -> 132 bytes
 doc/1.3.0/libguac/deprecated.html                  |   94 +
 .../dir_6bb9fad85c98b48a11165f494b9f53ce.html      |  230 +
 doc/1.3.0/libguac/doc.png                          |  Bin 0 -> 746 bytes
 doc/1.3.0/libguac/doxygen.css                      | 1764 ++++
 doc/1.3.0/libguac/doxygen.png                      |  Bin 0 -> 3779 bytes
 doc/1.3.0/libguac/dynsections.js                   |  120 +
 doc/1.3.0/libguac/error-types_8h.html              |  205 +
 doc/1.3.0/libguac/error-types_8h_source.html       |  116 +
 doc/1.3.0/libguac/error_8h.html                    |  197 +
 doc/1.3.0/libguac/error_8h_source.html             |   94 +
 doc/1.3.0/libguac/files.html                       |  137 +
 doc/1.3.0/libguac/folderclosed.png                 |  Bin 0 -> 616 bytes
 doc/1.3.0/libguac/folderopen.png                   |  Bin 0 -> 597 bytes
 doc/1.3.0/libguac/functions.html                   |  378 +
 doc/1.3.0/libguac/functions_vars.html              |  378 +
 doc/1.3.0/libguac/globals.html                     |  138 +
 doc/1.3.0/libguac/globals_c.html                   |  189 +
 doc/1.3.0/libguac/globals_defs.html                |  205 +
 doc/1.3.0/libguac/globals_e.html                   |   93 +
 doc/1.3.0/libguac/globals_enum.html                |  118 +
 doc/1.3.0/libguac/globals_eval.html                |  273 +
 doc/1.3.0/libguac/globals_func.html                |  598 ++
 doc/1.3.0/libguac/globals_g.html                   |  384 +
 doc/1.3.0/libguac/globals_h.html                   |   90 +
 doc/1.3.0/libguac/globals_l.html                   |   93 +
 doc/1.3.0/libguac/globals_p.html                   |  300 +
 doc/1.3.0/libguac/globals_s.html                   |  189 +
 doc/1.3.0/libguac/globals_t.html                   |   99 +
 doc/1.3.0/libguac/globals_type.html                |  205 +
 doc/1.3.0/libguac/globals_u.html                   |  216 +
 doc/1.3.0/libguac/globals_vars.html                |   91 +
 doc/1.3.0/libguac/globals_w.html                   |   90 +
 doc/1.3.0/libguac/hash_8h.html                     |  177 +
 doc/1.3.0/libguac/hash_8h_source.html              |   93 +
 doc/1.3.0/libguac/index.html                       |   87 +
 doc/1.3.0/libguac/jquery.js                        |   87 +
 doc/1.3.0/libguac/layer-types_8h.html              |   98 +
 doc/1.3.0/libguac/layer-types_8h_source.html       |   92 +
 doc/1.3.0/libguac/layer_8h.html                    |  107 +
 doc/1.3.0/libguac/layer_8h_source.html             |   94 +
 doc/1.3.0/libguac/menu.js                          |   50 +
 doc/1.3.0/libguac/menudata.js                      |  109 +
 doc/1.3.0/libguac/nav_f.png                        |  Bin 0 -> 153 bytes
 doc/1.3.0/libguac/nav_g.png                        |  Bin 0 -> 95 bytes
 doc/1.3.0/libguac/nav_h.png                        |  Bin 0 -> 98 bytes
 doc/1.3.0/libguac/object-types_8h.html             |   98 +
 doc/1.3.0/libguac/object-types_8h_source.html      |   92 +
 doc/1.3.0/libguac/object_8h.html                   |  107 +
 doc/1.3.0/libguac/object_8h_source.html            |  100 +
 doc/1.3.0/libguac/open.png                         |  Bin 0 -> 123 bytes
 doc/1.3.0/libguac/pages.html                       |   92 +
 doc/1.3.0/libguac/parser-constants_8h.html         |  116 +
 doc/1.3.0/libguac/parser-constants_8h_source.html  |   91 +
 doc/1.3.0/libguac/parser-types_8h.html             |  138 +
 doc/1.3.0/libguac/parser-types_8h_source.html      |   97 +
 doc/1.3.0/libguac/parser_8h.html                   |  399 +
 doc/1.3.0/libguac/parser_8h_source.html            |  109 +
 doc/1.3.0/libguac/plugin-constants_8h.html         |  139 +
 doc/1.3.0/libguac/plugin-constants_8h_source.html  |   91 +
 doc/1.3.0/libguac/plugin_8h.html                   |   98 +
 doc/1.3.0/libguac/plugin_8h_source.html            |   92 +
 doc/1.3.0/libguac/pool-types_8h.html               |   98 +
 doc/1.3.0/libguac/pool-types_8h_source.html        |   93 +
 doc/1.3.0/libguac/pool_8h.html                     |  246 +
 doc/1.3.0/libguac/pool_8h_source.html              |  101 +
 doc/1.3.0/libguac/protocol-constants_8h.html       |  146 +
 .../libguac/protocol-constants_8h_source.html      |   91 +
 doc/1.3.0/libguac/protocol-types_8h.html           |  328 +
 doc/1.3.0/libguac/protocol-types_8h_source.html    |  122 +
 doc/1.3.0/libguac/protocol_8h.html                 | 3280 +++++++
 doc/1.3.0/libguac/protocol_8h_source.html          |  166 +
 doc/1.3.0/libguac/search/all_0.html                |   40 +
 doc/1.3.0/libguac/search/all_0.js                  |   17 +
 doc/1.3.0/libguac/search/all_1.html                |   40 +
 doc/1.3.0/libguac/search/all_1.js                  |    6 +
 doc/1.3.0/libguac/search/all_10.html               |   40 +
 doc/1.3.0/libguac/search/all_10.js                 |   19 +
 doc/1.3.0/libguac/search/all_11.html               |   40 +
 doc/1.3.0/libguac/search/all_11.js                 |    6 +
 doc/1.3.0/libguac/search/all_12.html               |   40 +
 doc/1.3.0/libguac/search/all_12.js                 |   10 +
 doc/1.3.0/libguac/search/all_13.html               |   40 +
 doc/1.3.0/libguac/search/all_13.js                 |   10 +
 doc/1.3.0/libguac/search/all_14.html               |   40 +
 doc/1.3.0/libguac/search/all_14.js                 |    6 +
 doc/1.3.0/libguac/search/all_2.html                |   40 +
 doc/1.3.0/libguac/search/all_2.js                  |   13 +
 doc/1.3.0/libguac/search/all_3.html                |   40 +
 doc/1.3.0/libguac/search/all_3.js                  |    5 +
 doc/1.3.0/libguac/search/all_4.html                |   40 +
 doc/1.3.0/libguac/search/all_4.js                  |    7 +
 doc/1.3.0/libguac/search/all_5.html                |   40 +
 doc/1.3.0/libguac/search/all_5.js                  |    7 +
 doc/1.3.0/libguac/search/all_6.html                |   40 +
 doc/1.3.0/libguac/search/all_6.js                  |  319 +
 doc/1.3.0/libguac/search/all_7.html                |   40 +
 doc/1.3.0/libguac/search/all_7.js                  |    4 +
 doc/1.3.0/libguac/search/all_8.html                |   40 +
 doc/1.3.0/libguac/search/all_8.js                  |    6 +
 doc/1.3.0/libguac/search/all_9.html                |   40 +
 doc/1.3.0/libguac/search/all_9.js                  |    4 +
 doc/1.3.0/libguac/search/all_a.html                |   40 +
 doc/1.3.0/libguac/search/all_a.js                  |    4 +
 doc/1.3.0/libguac/search/all_b.html                |   40 +
 doc/1.3.0/libguac/search/all_b.js                  |   12 +
 doc/1.3.0/libguac/search/all_c.html                |   40 +
 doc/1.3.0/libguac/search/all_c.js                  |    6 +
 doc/1.3.0/libguac/search/all_d.html                |   40 +
 doc/1.3.0/libguac/search/all_d.js                  |   10 +
 doc/1.3.0/libguac/search/all_e.html                |   40 +
 doc/1.3.0/libguac/search/all_e.js                  |   17 +
 doc/1.3.0/libguac/search/all_f.html                |   40 +
 doc/1.3.0/libguac/search/all_f.js                  |    5 +
 doc/1.3.0/libguac/search/classes_0.html            |   40 +
 doc/1.3.0/libguac/search/classes_0.js              |   16 +
 doc/1.3.0/libguac/search/close.png                 |  Bin 0 -> 273 bytes
 doc/1.3.0/libguac/search/defines_0.html            |   40 +
 doc/1.3.0/libguac/search/defines_0.js              |   41 +
 doc/1.3.0/libguac/search/enums_0.html              |   40 +
 doc/1.3.0/libguac/search/enums_0.js                |   14 +
 doc/1.3.0/libguac/search/enumvalues_0.html         |   40 +
 doc/1.3.0/libguac/search/enumvalues_0.js           |   65 +
 doc/1.3.0/libguac/search/files_0.html              |   40 +
 doc/1.3.0/libguac/search/files_0.js                |    9 +
 doc/1.3.0/libguac/search/files_1.html              |   40 +
 doc/1.3.0/libguac/search/files_1.js                |    7 +
 doc/1.3.0/libguac/search/files_2.html              |   40 +
 doc/1.3.0/libguac/search/files_2.js                |    5 +
 doc/1.3.0/libguac/search/files_3.html              |   40 +
 doc/1.3.0/libguac/search/files_3.js                |    4 +
 doc/1.3.0/libguac/search/files_4.html              |   40 +
 doc/1.3.0/libguac/search/files_4.js                |    5 +
 doc/1.3.0/libguac/search/files_5.html              |   40 +
 doc/1.3.0/libguac/search/files_5.js                |    5 +
 doc/1.3.0/libguac/search/files_6.html              |   40 +
 doc/1.3.0/libguac/search/files_6.js                |   13 +
 doc/1.3.0/libguac/search/files_7.html              |   40 +
 doc/1.3.0/libguac/search/files_7.js                |   12 +
 doc/1.3.0/libguac/search/files_8.html              |   40 +
 doc/1.3.0/libguac/search/files_8.js                |    5 +
 doc/1.3.0/libguac/search/files_9.html              |   40 +
 doc/1.3.0/libguac/search/files_9.js                |    8 +
 doc/1.3.0/libguac/search/files_a.html              |   40 +
 doc/1.3.0/libguac/search/files_a.js                |    5 +
 doc/1.3.0/libguac/search/functions_0.html          |   40 +
 doc/1.3.0/libguac/search/functions_0.js            |  159 +
 doc/1.3.0/libguac/search/functions_1.html          |   40 +
 doc/1.3.0/libguac/search/functions_1.js            |    8 +
 doc/1.3.0/libguac/search/mag_sel.png               |  Bin 0 -> 465 bytes
 doc/1.3.0/libguac/search/nomatches.html            |   22 +
 doc/1.3.0/libguac/search/pages_0.html              |   40 +
 doc/1.3.0/libguac/search/pages_0.js                |    4 +
 doc/1.3.0/libguac/search/search.css                |  271 +
 doc/1.3.0/libguac/search/search.js                 |  814 ++
 doc/1.3.0/libguac/search/search_l.png              |  Bin 0 -> 567 bytes
 doc/1.3.0/libguac/search/search_m.png              |  Bin 0 -> 158 bytes
 doc/1.3.0/libguac/search/search_r.png              |  Bin 0 -> 553 bytes
 doc/1.3.0/libguac/search/searchdata.js             |   42 +
 doc/1.3.0/libguac/search/typedefs_0.html           |   40 +
 doc/1.3.0/libguac/search/typedefs_0.js             |   37 +
 doc/1.3.0/libguac/search/variables_0.html          |   40 +
 doc/1.3.0/libguac/search/variables_0.js            |   11 +
 doc/1.3.0/libguac/search/variables_1.html          |   40 +
 doc/1.3.0/libguac/search/variables_1.js            |    6 +
 doc/1.3.0/libguac/search/variables_10.html         |   40 +
 doc/1.3.0/libguac/search/variables_10.js           |    4 +
 doc/1.3.0/libguac/search/variables_11.html         |   40 +
 doc/1.3.0/libguac/search/variables_11.js           |    5 +
 doc/1.3.0/libguac/search/variables_12.html         |   40 +
 doc/1.3.0/libguac/search/variables_12.js           |    5 +
 doc/1.3.0/libguac/search/variables_13.html         |   40 +
 doc/1.3.0/libguac/search/variables_13.js           |    4 +
 doc/1.3.0/libguac/search/variables_2.html          |   40 +
 doc/1.3.0/libguac/search/variables_2.js            |    9 +
 doc/1.3.0/libguac/search/variables_3.html          |   40 +
 doc/1.3.0/libguac/search/variables_3.js            |    4 +
 doc/1.3.0/libguac/search/variables_4.html          |   40 +
 doc/1.3.0/libguac/search/variables_4.js            |    5 +
 doc/1.3.0/libguac/search/variables_5.html          |   40 +
 doc/1.3.0/libguac/search/variables_5.js            |    7 +
 doc/1.3.0/libguac/search/variables_6.html          |   40 +
 doc/1.3.0/libguac/search/variables_6.js            |    6 +
 doc/1.3.0/libguac/search/variables_7.html          |   40 +
 doc/1.3.0/libguac/search/variables_7.js            |    6 +
 doc/1.3.0/libguac/search/variables_8.html          |   40 +
 doc/1.3.0/libguac/search/variables_8.js            |    4 +
 doc/1.3.0/libguac/search/variables_9.html          |   40 +
 doc/1.3.0/libguac/search/variables_9.js            |    4 +
 doc/1.3.0/libguac/search/variables_a.html          |   40 +
 doc/1.3.0/libguac/search/variables_a.js            |   10 +
 doc/1.3.0/libguac/search/variables_b.html          |   40 +
 doc/1.3.0/libguac/search/variables_b.js            |    6 +
 doc/1.3.0/libguac/search/variables_c.html          |   40 +
 doc/1.3.0/libguac/search/variables_c.js            |    8 +
 doc/1.3.0/libguac/search/variables_d.html          |   40 +
 doc/1.3.0/libguac/search/variables_d.js            |    7 +
 doc/1.3.0/libguac/search/variables_e.html          |   40 +
 doc/1.3.0/libguac/search/variables_e.js            |    5 +
 doc/1.3.0/libguac/search/variables_f.html          |   40 +
 doc/1.3.0/libguac/search/variables_f.js            |   10 +
 doc/1.3.0/libguac/socket-constants_8h.html         |  112 +
 doc/1.3.0/libguac/socket-constants_8h_source.html  |   91 +
 doc/1.3.0/libguac/socket-fntypes_8h.html           |  295 +
 doc/1.3.0/libguac/socket-fntypes_8h_source.html    |  100 +
 doc/1.3.0/libguac/socket-ssl_8h.html               |  155 +
 doc/1.3.0/libguac/socket-ssl_8h_source.html        |   98 +
 doc/1.3.0/libguac/socket-types_8h.html             |  133 +
 doc/1.3.0/libguac/socket-types_8h_source.html      |   95 +
 doc/1.3.0/libguac/socket-wsa_8h.html               |  137 +
 doc/1.3.0/libguac/socket-wsa_8h_source.html        |   94 +
 doc/1.3.0/libguac/socket_8h.html                   |  746 ++
 doc/1.3.0/libguac/socket_8h_source.html            |  134 +
 doc/1.3.0/libguac/splitbar.png                     |  Bin 0 -> 314 bytes
 doc/1.3.0/libguac/stream-types_8h.html             |   98 +
 doc/1.3.0/libguac/stream-types_8h_source.html      |   92 +
 doc/1.3.0/libguac/stream_8h.html                   |  107 +
 doc/1.3.0/libguac/stream_8h_source.html            |  102 +
 doc/1.3.0/libguac/string_8h.html                   |  305 +
 doc/1.3.0/libguac/string_8h_source.html            |   96 +
 doc/1.3.0/libguac/structguac__audio__encoder.html  |  125 +
 doc/1.3.0/libguac/structguac__audio__stream.html   |  163 +
 doc/1.3.0/libguac/structguac__client.html          |  313 +
 doc/1.3.0/libguac/structguac__layer.html           |  105 +
 doc/1.3.0/libguac/structguac__object.html          |  150 +
 doc/1.3.0/libguac/structguac__parser.html          |  117 +
 doc/1.3.0/libguac/structguac__pool.html            |  110 +
 doc/1.3.0/libguac/structguac__pool__int.html       |  105 +
 doc/1.3.0/libguac/structguac__socket.html          |  142 +
 .../libguac/structguac__socket__ssl__data.html     |  113 +
 doc/1.3.0/libguac/structguac__stream.html          |  170 +
 doc/1.3.0/libguac/structguac__user.html            |  540 ++
 doc/1.3.0/libguac/structguac__user__info.html      |  246 +
 doc/1.3.0/libguac/sync_off.png                     |  Bin 0 -> 853 bytes
 doc/1.3.0/libguac/sync_on.png                      |  Bin 0 -> 845 bytes
 doc/1.3.0/libguac/tab_a.png                        |  Bin 0 -> 142 bytes
 doc/1.3.0/libguac/tab_b.png                        |  Bin 0 -> 169 bytes
 doc/1.3.0/libguac/tab_h.png                        |  Bin 0 -> 177 bytes
 doc/1.3.0/libguac/tab_s.png                        |  Bin 0 -> 184 bytes
 doc/1.3.0/libguac/tabs.css                         |    1 +
 doc/1.3.0/libguac/timestamp-types_8h.html          |  108 +
 doc/1.3.0/libguac/timestamp-types_8h_source.html   |   92 +
 doc/1.3.0/libguac/timestamp_8h.html                |  158 +
 doc/1.3.0/libguac/timestamp_8h_source.html         |   95 +
 doc/1.3.0/libguac/unicode_8h.html                  |  263 +
 doc/1.3.0/libguac/unicode_8h_source.html           |   95 +
 doc/1.3.0/libguac/user-constants_8h.html           |  149 +
 doc/1.3.0/libguac/user-constants_8h_source.html    |   91 +
 doc/1.3.0/libguac/user-fntypes_8h.html             |  612 ++
 doc/1.3.0/libguac/user-fntypes_8h_source.html      |  118 +
 doc/1.3.0/libguac/user-types_8h.html               |   98 +
 doc/1.3.0/libguac/user-types_8h_source.html        |   93 +
 doc/1.3.0/libguac/user_8h.html                     | 1217 +++
 doc/1.3.0/libguac/user_8h_source.html              |  183 +
 doc/1.3.0/libguac/wol-constants_8h.html            |  149 +
 doc/1.3.0/libguac/wol-constants_8h_source.html     |   91 +
 doc/1.3.0/libguac/wol_8h.html                      |  147 +
 doc/1.3.0/libguac/wol_8h_source.html               |   93 +
 955 files changed, 279540 insertions(+)