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/02/09 04:29:58 UTC

[james-project] 30/33: JAMES-3491 Document that we implement WebSocket transport for JMAP (RFC-8887)

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 8fbd9fd09471fb32c34308c9a98273cc270cdb44
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Feb 5 16:12:55 2021 +0700

    JAMES-3491 Document that we implement WebSocket transport for JMAP (RFC-8887)
---
 docs/modules/servers/pages/distributed/configure/jmap.adoc | 3 ++-
 src/site/xdoc/server/config-jmap.xml                       | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/modules/servers/pages/distributed/configure/jmap.adoc b/docs/modules/servers/pages/distributed/configure/jmap.adoc
index 8c29504..78f47c7 100644
--- a/docs/modules/servers/pages/distributed/configure/jmap.adoc
+++ b/docs/modules/servers/pages/distributed/configure/jmap.adoc
@@ -81,7 +81,8 @@ The public key can be referenced as `jwt.publickeypem.url` of the `jmap.properti
 == Annotated specification
 
 The [annotated documentation](https://github.com/apache/james-project/tree/master/server/protocols/jmap-rfc-8621/doc/specs/spec)
-presents the limits of the JMAP RFC-8621 implementation part of the Apache James project.
+presents the limits of the JMAP RFC-8621 implementation part of the Apache James project. We furthermore implement
+[JSON Meta Application Protocol (JMAP) Subprotocol for WebSocket](https://tools.ietf.org/html/rfc8887).
 
 Some methods / types are not yet implemented, some implementations are naive, and the PUSH is not supported yet.
 
diff --git a/src/site/xdoc/server/config-jmap.xml b/src/site/xdoc/server/config-jmap.xml
index b006481..703e436 100644
--- a/src/site/xdoc/server/config-jmap.xml
+++ b/src/site/xdoc/server/config-jmap.xml
@@ -107,7 +107,8 @@
 
             <subsection name="Annotated specification">
                 <p>The <a href="https://github.com/apache/james-project/tree/master/server/protocols/jmap-rfc-8621/doc/specs/spec">annotated documentation</a>
-                presents the limits of the JMAP RFC-8621 implementation part of the Apache James project.</p>
+                presents the limits of the JMAP RFC-8621 implementation part of the Apache James project. We furthermore implement
+                    <a href="https://tools.ietf.org/html/rfc8887">JSON Meta Application Protocol (JMAP) Subprotocol for WebSocket</a>.</p>
 
                 <p>Some methods / types are not yet implemented, some implementations are naive, and the PUSH is not supported yet.</p>
 


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