From a92d3d0eb8a39930ba7ff5abd9b085362eec9ee5 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sat, 4 Jun 2016 01:30:21 -0500 Subject: [PATCH] XEP-0156: Fix typo (s/utf-9/utf-8/) --- xep-0156.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xep-0156.xml b/xep-0156.xml index 2cbf4b00..fd6edec0 100644 --- a/xep-0156.xml +++ b/xep-0156.xml @@ -25,6 +25,12 @@ &hildjj; &stpeter; &lance; + + 1.1.1 + 2016-06-06 + XSF Editor: ssw +

Fix a small typo in one of the examples (UTF-9 encoding).

+
1.1 2014-01-08 @@ -167,7 +173,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.

- + ...