From 0fa79f76a653324cc6243b3bfc2ebd33788a022e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 30 Sep 2018 12:20:16 +0200 Subject: [PATCH] XEP-0156: fix XML header on example --- xep-0156.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xep-0156.xml b/xep-0156.xml index d10b2bdd..141218fd 100644 --- a/xep-0156.xml +++ b/xep-0156.xml @@ -25,6 +25,12 @@ &hildjj; &stpeter; &lance; + + 1.1.4 + 2018-09-30 + jsc +

Fix XML header on example.

+
1.1.3 2018-07-21 @@ -191,7 +197,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 &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.

- + ...