XEP-0156: Fix typo (s/utf-9/utf-8/)

This commit is contained in:
Sam Whited 2016-06-04 01:30:21 -05:00
parent 7c2fb1e3a4
commit a92d3d0eb8
1 changed files with 7 additions and 1 deletions

View File

@ -25,6 +25,12 @@
&hildjj;
&stpeter;
&lance;
<revision>
<version>1.1.1</version>
<date>2016-06-06</date>
<initials>XSF Editor: ssw</initials>
<remark><p>Fix a small typo in one of the examples (UTF-9 encoding).</p></remark>
</revision>
<revision>
<version>1.1</version>
<date>2014-01-08</date>
@ -167,7 +173,7 @@ _xmppconnect IN TXT "_xmpp-client-websocket=wss://web.example.com:443/ws"
<section2 topic='Examples' anchor='httpexamples'>
<p>The following examples show two host-meta link records: the first indicates support for the XMPP Over BOSH connection method defined in <cite>XEP-0124</cite> and <cite>XEP-0206</cite> and the second indicates support for the XMPP Over WebSocket connection method defined in <cite>draft-ietf-xmpp-websocket</cite>.</p>
<example caption='Result for /.well-known/host-meta'><![CDATA[<?xml version='1.0' encoding=utf-9'?>
<example caption='Result for /.well-known/host-meta'><![CDATA[<?xml version='1.0' encoding=utf-8'?>
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
...
<Link rel="urn:xmpp:alt-connections:xbosh"