diff --git a/xep-0156.xml b/xep-0156.xml index 75dffcd4..d10b2bdd 100644 --- a/xep-0156.xml +++ b/xep-0156.xml @@ -25,6 +25,14 @@ &hildjj; &stpeter; &lance; + + 1.1.3 + 2018-07-21 + egp + +

Replace references to draft-ietf-xmpp-websocket with RFC7395 (XMPP over WebSocket).

+
+
1.1.2 2016-06-07 @@ -181,7 +189,7 @@ _xmppconnect IN TXT "_xmpp-client-websocket=wss://web.example.com:443/ws" -

The following examples show two host-meta link records: the first indicates support for the XMPP Over BOSH connection method defined in XEP-0124 and XEP-0206 and the second indicates support for the XMPP Over WebSocket connection method defined in draft-ietf-xmpp-websocket.

+

The following examples show two host-meta link records: the first indicates support for the XMPP Over BOSH connection method defined in XEP-0124 and XEP-0206 and the second indicates support for the XMPP Over WebSocket connection method defined in &rfc7395;.

As specified in RFC 6120 §3, support for the XML encoding of the host-meta resource is REQUIRED while alternative representations such as JSON are OPTIONAL.

diff --git a/xep-0198.xml b/xep-0198.xml index e0be2b11..e6bf26b1 100644 --- a/xep-0198.xml +++ b/xep-0198.xml @@ -28,6 +28,12 @@ &fabio; &dcridland; &mwild; + + 1.5.4 + 2018-07-19 + egp +

Mark 'h' element as xs:unsignedInt in the schema too, it is already specified to be a 32-bit wrapping unsigned integer in the text.

+
1.5.3 2018-06-29 @@ -567,7 +573,7 @@ diff --git a/xep-0305.xml b/xep-0305.xml index 421d2e1c..5fd470b6 100644 --- a/xep-0305.xml +++ b/xep-0305.xml @@ -56,7 +56,7 @@ -

In accordance with &rfc6120;, before attempting to establish a stream over TCP the initiating entity needs to determine the IP address and port at which to connect, usually by means of DNS lookups as described in Section 3.2 of RFC 6120. Implementations SHOULD cache the results of DNS lookups in order to avoid this step whenever possible. Similar considerations apply to connections established over one of the HTTP bindings, i.e., either BOSH (see &xep0124; and &xep0206;) or WebSocket (see &rfc6455; and &xmppoverwebsocket;).

+

In accordance with &rfc6120;, before attempting to establish a stream over TCP the initiating entity needs to determine the IP address and port at which to connect, usually by means of DNS lookups as described in Section 3.2 of RFC 6120. Implementations SHOULD cache the results of DNS lookups in order to avoid this step whenever possible. Similar considerations apply to connections established over one of the HTTP bindings, i.e., either BOSH (see &xep0124; and &xep0206;) or WebSocket (see &rfc6455; and &rfc7395;).

XMPP applications SHOULD cache whatever information they can about the peer, especially stream features data and &xep0030; information. To facilitate such caching, servers SHOULD include &xep0115; data in stream features as shown in Section 6.3 of XEP-0115. Note that for maximum benefit the server MUST include all of the stream features it supports in its replies to "disco#info" queries (i.e., not advertise such features only during stream establishment).

XMPP clients SHOULD cache roster information, and servers SHOULD make such caching possible, using &xep0237; as subsequently included in Section 2.1.1 of &rfc6121;.

diff --git a/xep-0365.xml b/xep-0365.xml index 096cfb79..8397ea92 100644 --- a/xep-0365.xml +++ b/xep-0365.xml @@ -30,6 +30,14 @@ steve.kille@isode.com steve.kille@isode.com + + 0.2.1 + 2018-07-21 + egp + +

Replace references to draft-ietf-xmpp-websocket with RFC7395 (XMPP over WebSocket).

+
+
0.2 2017-09-11