mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
XEP-0060: Fix examples using invalid XEP-0082 dates.
This commit is contained in:
parent
5d9029cfb8
commit
64e6deb98d
14
xep-0060.xml
14
xep-0060.xml
@ -49,6 +49,12 @@
|
|||||||
&stpeter;
|
&stpeter;
|
||||||
&ralphm;
|
&ralphm;
|
||||||
|
|
||||||
|
<revision>
|
||||||
|
<version>1.13.6</version>
|
||||||
|
<date>2017-06-08</date>
|
||||||
|
<initials>egp</initials>
|
||||||
|
<remark><p>Fix examples using invalid XEP-0082 dates.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.13.5</version>
|
<version>1.13.5</version>
|
||||||
<date>2016-12-21</date>
|
<date>2016-12-21</date>
|
||||||
@ -951,7 +957,7 @@ And by opposing end them?
|
|||||||
<value>hamlet@denmark.lit</value>
|
<value>hamlet@denmark.lit</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#creation_date' label='Creation date' type='text-single'>
|
<field var='pubsub#creation_date' label='Creation date' type='text-single'>
|
||||||
<value>2003-07-29T22:56Z</value>
|
<value>2003-07-29T22:56:10Z</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#title' label='A short name for the node' type='text-single'>
|
<field var='pubsub#title' label='A short name for the node' type='text-single'>
|
||||||
<value>Princely Musings (Atom)</value>
|
<value>Princely Musings (Atom)</value>
|
||||||
@ -5513,7 +5519,7 @@ And by opposing end them?
|
|||||||
<value>http://jabber.org/protocol/pubsub#subscribe_options</value>
|
<value>http://jabber.org/protocol/pubsub#subscribe_options</value>
|
||||||
</field>
|
</field>
|
||||||
...
|
...
|
||||||
<field var='pubsub#expire'><value>2006-02-28T11:59Z</value></field>
|
<field var='pubsub#expire'><value>2006-02-28T11:59:59Z</value></field>
|
||||||
...
|
...
|
||||||
</x>
|
</x>
|
||||||
</options>
|
</options>
|
||||||
@ -5530,7 +5536,7 @@ And by opposing end them?
|
|||||||
<message from='pubsub.shakespeare.lit' to='francisco@denmark.lit/barracks'>
|
<message from='pubsub.shakespeare.lit' to='francisco@denmark.lit/barracks'>
|
||||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||||
<subscription
|
<subscription
|
||||||
expiry='2006-02-28T23:59Z'
|
expiry='2006-02-28T23:59:59Z'
|
||||||
jid='francisco@denmark.lit'
|
jid='francisco@denmark.lit'
|
||||||
node='princely_musings'
|
node='princely_musings'
|
||||||
subid='ba49252aaa4f5d320c24d3766f0bdcade78c78d3'
|
subid='ba49252aaa4f5d320c24d3766f0bdcade78c78d3'
|
||||||
@ -5579,7 +5585,7 @@ And by opposing end them?
|
|||||||
<value>http://jabber.org/protocol/pubsub#subscribe_options</value>
|
<value>http://jabber.org/protocol/pubsub#subscribe_options</value>
|
||||||
</field>
|
</field>
|
||||||
...
|
...
|
||||||
<field var='pubsub#expire'><value>2006-03-31T23:59Z</value></field>
|
<field var='pubsub#expire'><value>2006-03-31T23:59:59Z</value></field>
|
||||||
...
|
...
|
||||||
</x>
|
</x>
|
||||||
</options>
|
</options>
|
||||||
|
Loading…
Reference in New Issue
Block a user