mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
ensure all id= examples are pseudo random
This commit is contained in:
parent
a172d660e6
commit
3d8fd23ca4
18
xep-0369.xml
18
xep-0369.xml
@ -36,6 +36,14 @@
|
||||
&ksmithisode;
|
||||
&skille;
|
||||
&stpeter;
|
||||
<revision>
|
||||
<version>0.8.2</version>
|
||||
<date>2017-03-xx</date>
|
||||
<initials>sek</initials>
|
||||
<remark><p>
|
||||
Make example ids pseudo-random;
|
||||
</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.8.1</version>
|
||||
<date>2017-02-20</date>
|
||||
@ -838,7 +846,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
</p>
|
||||
<example caption='Disco Query for MIX support'><![CDATA[
|
||||
<iq from='juliet@capulet.lit/46be1261-200b-4eea-8f82-e4fae46eec56/d6a85bb6-669f-471b-b55b-9a3930f5512e'
|
||||
id='disco1'
|
||||
id='d1rt87mr4w'
|
||||
to='romeo@montague.lit/14e8cb74-9082-4782-9275-8918ee5d8fcd/6983052d-3fdc-4e32-8221-79571a5210fe'
|
||||
type='get'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||
@ -846,7 +854,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
|
||||
|
||||
<iq from='romeo@montague.lit/14e8cb74-9082-4782-9275-8918ee5d8fcd/6983052d-3fdc-4e32-8221-79571a5210fe'
|
||||
id='disco1'
|
||||
id='d1rt87mr4w'
|
||||
to='juliet@capulet.lit/46be1261-200b-4eea-8f82-e4fae46eec56/d6a85bb6-669f-471b-b55b-9a3930f5512e'
|
||||
type='result'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||
@ -1223,7 +1231,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
</p>
|
||||
<example caption="Reporting when User Leaves a Channel"><![CDATA[
|
||||
<message from='coven@mix.shakespeare.example'
|
||||
to='hecate@shakespeare.example' id='foo'>
|
||||
to='hecate@shakespeare.example' id='f5pp2toz'>
|
||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||
<items node='urn:xmpp:mix:nodes:participants'>
|
||||
<retract id='coven+123456@mix.shakespeare.example'/>
|
||||
@ -1588,7 +1596,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
</p>
|
||||
<example caption='Inviter sends Invitation to Invitee'><![CDATA[
|
||||
<message from='hag66@shakespeare.lit/d1781be2-2b2d-4cd8-8886-bdc0e1087873/2183ee64-9c97-4eeb-bdc0-c35138b9c2b1'
|
||||
id='foo'
|
||||
id='f5pp2toz'
|
||||
to='cat@shakespeare.lit'>
|
||||
<body>Would you like to join the coven?<body>
|
||||
<invitation xmlns='urn:xmpp:mix:0'>
|
||||
@ -1624,7 +1632,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
</ul>
|
||||
<example caption='Invitee sends Acknowledgement to Inviter'><![CDATA[
|
||||
<message from='cat@shakespeare.lit/066923ad-9f06-474d-8cc9-085d14af0554/4974bd01-d991-4bf8-ac4e-18b10160ba46'
|
||||
id='bar'
|
||||
id='b6p9llze'
|
||||
to='hag66@shakespeare.lit/d1781be2-2b2d-4cd8-8886-bdc0e1087873/2183ee64-9c97-4eeb-bdc0-c35138b9c2b1'>
|
||||
<body>No Thanks - too busy chasing mice....<body>
|
||||
<invitation-ack xmlns='urn:xmpp:mix:0'>
|
||||
|
Loading…
Reference in New Issue
Block a user