mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-27 11:42:17 -05:00
XEP-0156: Make JSON example less error-prone
This commit is contained in:
parent
81ba46906d
commit
085c69e620
@ -25,6 +25,12 @@
|
|||||||
&hildjj;
|
&hildjj;
|
||||||
&stpeter;
|
&stpeter;
|
||||||
&lance;
|
&lance;
|
||||||
|
<revision>
|
||||||
|
<version>1.1.5</version>
|
||||||
|
<date>2018-09-30</date>
|
||||||
|
<initials>jsc</initials>
|
||||||
|
<remark><p>Make JSON example less error-prone.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.1.4</version>
|
<version>1.1.4</version>
|
||||||
<date>2018-09-30</date>
|
<date>2018-09-30</date>
|
||||||
@ -219,8 +225,7 @@ _xmppconnect IN TXT "_xmpp-client-websocket=wss://web.example.com:443/ws"
|
|||||||
{
|
{
|
||||||
"rel": "urn:xmpp:alt-connections:websocket",
|
"rel": "urn:xmpp:alt-connections:websocket",
|
||||||
"href": "wss://web.example.com:443/ws"
|
"href": "wss://web.example.com:443/ws"
|
||||||
},
|
}
|
||||||
...
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]]></example>
|
]]></example>
|
||||||
|
Loading…
Reference in New Issue
Block a user