You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/05/18 09:49:35 UTC

[james-project] 02/02: JAMES-3491 Add documentation

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 150a409023d0c0b89c1d0c975628b9426cc881eb
Author: Lan Khuat <kh...@gmail.com>
AuthorDate: Tue May 11 17:34:43 2021 +0700

    JAMES-3491 Add documentation
---
 docs/modules/servers/pages/distributed/configure/jmap.adoc | 4 ++++
 src/site/xdoc/server/config-jmap.xml                       | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/docs/modules/servers/pages/distributed/configure/jmap.adoc b/docs/modules/servers/pages/distributed/configure/jmap.adoc
index 78f47c7..8084600 100644
--- a/docs/modules/servers/pages/distributed/configure/jmap.adoc
+++ b/docs/modules/servers/pages/distributed/configure/jmap.adoc
@@ -33,6 +33,10 @@ This should not be the same keystore than the ones used by TLS based protocols.
 | Optional. Configuration urlPrefix for JMAP routes.
 | Default value: http://localhost.
 
+| websocket.url.prefix
+| Optional. URL for JMAP WebSocket route.
+| Default value: ws://localhost
+
 | upload.max.size
 | Optional. Configuration max size Upload in new JMAP-RFC-8621.
 | Default value: 30M. Supported units are B (bytes) K (KB) M (MB) G (GB).
diff --git a/src/site/xdoc/server/config-jmap.xml b/src/site/xdoc/server/config-jmap.xml
index 703e436..c90cfed 100644
--- a/src/site/xdoc/server/config-jmap.xml
+++ b/src/site/xdoc/server/config-jmap.xml
@@ -61,6 +61,10 @@
                     <dd>Optional. Configuration urlPrefix for JMAP routes.</dd>
                     <dd>Default value: http://localhost.</dd>
 
+                    <dt><strong>websocket.url.prefix</strong></dt>
+                    <dd>Optional. URL for JMAP WebSocket route</dd>
+                    <dd>Default value: ws://localhost</dd>
+
                     <dt><strong>upload.max.size</strong></dt>
                     <dd>Optional. Configuration max size Upload in new JMAP-RFC-8621.</dd>
                     <dd>Default value: 30M. Supported units are B (bytes) K (KB) M (MB) G (GB).</dd>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org