mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-17 21:32:35 -05:00
XEP-0313: fix mixed tabs/spaces in examples
I left this alone for the rest of the document because it would just enlarge the diff, but there's a lot more of this that could really use some cleanup.
This commit is contained in:
parent
3256473bc8
commit
bace5148fe
14
xep-0313.xml
14
xep-0313.xml
@ -246,7 +246,7 @@
|
|||||||
<p>Servers MUST NOT include the <stanza-id/> element in messages addressed to JIDs that do not have permissions to access the archive, such as a users’s outgoing messages to their contacts. However servers SHOULD include the element as a child of the forwarded message when using &xep0280;</p>
|
<p>Servers MUST NOT include the <stanza-id/> element in messages addressed to JIDs that do not have permissions to access the archive, such as a users’s outgoing messages to their contacts. However servers SHOULD include the element as a child of the forwarded message when using &xep0280;</p>
|
||||||
<example caption='Client receives a message that has been archived'><![CDATA[
|
<example caption='Client receives a message that has been archived'><![CDATA[
|
||||||
<message to='juliet@capulet.lit/balcony'
|
<message to='juliet@capulet.lit/balcony'
|
||||||
from='romeo@montague.lit/orchard'
|
from='romeo@montague.lit/orchard'
|
||||||
type='chat'>
|
type='chat'>
|
||||||
<body>Call me but love, and I'll be new baptized; Henceforth I never will be Romeo.</body>
|
<body>Call me but love, and I'll be new baptized; Henceforth I never will be Romeo.</body>
|
||||||
<stanza-id xmlns='urn:xmpp:sid:0' by='juliet@capulet.lit' id='28482-98726-73623' />
|
<stanza-id xmlns='urn:xmpp:sid:0' by='juliet@capulet.lit' id='28482-98726-73623' />
|
||||||
@ -803,12 +803,12 @@
|
|||||||
|
|
||||||
<example caption='Server responds with features'><![CDATA[
|
<example caption='Server responds with features'><![CDATA[
|
||||||
<iq type='result' id='disco1' from='juliet@capulet.lit' to='juliet@capulet.lit/balcony'>
|
<iq type='result' id='disco1' from='juliet@capulet.lit' to='juliet@capulet.lit/balcony'>
|
||||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||||
...
|
...
|
||||||
<feature var='urn:xmpp:mam:2'/>
|
<feature var='urn:xmpp:mam:2'/>
|
||||||
<feature var='urn:xmpp:mam:2#extended'/>
|
<feature var='urn:xmpp:mam:2#extended'/>
|
||||||
...
|
...
|
||||||
</query>
|
</query>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user