mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Merge branch 'xep-0060' of https://github.com/linkmauve/xeps into feature/xep-0060
This commit is contained in:
commit
8858c72490
14
xep-0060.xml
14
xep-0060.xml
@ -49,6 +49,12 @@
|
||||
&stpeter;
|
||||
&ralphm;
|
||||
|
||||
<revision>
|
||||
<version>1.13.7</version>
|
||||
<date>2017-08-24</date>
|
||||
<initials>egp</initials>
|
||||
<remark><p>Fix examples using invalid XEP-0082 dates.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.13.6</version>
|
||||
<date>2017-06-22</date>
|
||||
@ -957,7 +963,7 @@ And by opposing end them?
|
||||
<value>hamlet@denmark.lit</value>
|
||||
</field>
|
||||
<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 var='pubsub#title' label='A short name for the node' type='text-single'>
|
||||
<value>Princely Musings (Atom)</value>
|
||||
@ -5519,7 +5525,7 @@ And by opposing end them?
|
||||
<value>http://jabber.org/protocol/pubsub#subscribe_options</value>
|
||||
</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>
|
||||
</options>
|
||||
@ -5536,7 +5542,7 @@ And by opposing end them?
|
||||
<message from='pubsub.shakespeare.lit' to='francisco@denmark.lit/barracks'>
|
||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||
<subscription
|
||||
expiry='2006-02-28T23:59Z'
|
||||
expiry='2006-02-28T23:59:59Z'
|
||||
jid='francisco@denmark.lit'
|
||||
node='princely_musings'
|
||||
subid='ba49252aaa4f5d320c24d3766f0bdcade78c78d3'
|
||||
@ -5585,7 +5591,7 @@ And by opposing end them?
|
||||
<value>http://jabber.org/protocol/pubsub#subscribe_options</value>
|
||||
</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>
|
||||
</options>
|
||||
|
Loading…
Reference in New Issue
Block a user