mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 00:35:02 -05:00
Merge branch 'xep-0060' into premerge
This commit is contained in:
commit
daa54a661b
26
xep-0060.xml
26
xep-0060.xml
@ -49,6 +49,12 @@
|
||||
&pgmillard;
|
||||
&stpeter;
|
||||
&ralphm;
|
||||
<revision>
|
||||
<version>1.23.0</version>
|
||||
<date>2022-01-14</date>
|
||||
<initials>edhelas, pep</initials>
|
||||
<remark><p>Clarify (redefine) pubsub#type field.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.22.1</version>
|
||||
<date>2021-12-26</date>
|
||||
@ -1106,8 +1112,8 @@ And by opposing end them?
|
||||
<field var='FORM_TYPE' type='hidden'>
|
||||
<value>http://jabber.org/protocol/pubsub#meta-data</value>
|
||||
</field>
|
||||
<field var='pubsub#type' label='Payload type' type='text-single'>
|
||||
<value>http://www.w3.org/2005/Atom</value>
|
||||
<field var='pubsub#type' label='Payload semantic type information' type='text-single'>
|
||||
<value>urn:example:e2ee:bundle</value>
|
||||
</field>
|
||||
<field var='pubsub#creator' label='Node creator' type='jid-single'>
|
||||
<value>hamlet@denmark.lit</value>
|
||||
@ -3494,7 +3500,7 @@ And by opposing end them?
|
||||
<field var='pubsub#notify_retract'><value>0</value></field>
|
||||
<field var='pubsub#notify_sub'><value>0</value></field>
|
||||
<field var='pubsub#max_payload_size'><value>1028</value></field>
|
||||
<field var='pubsub#type'><value>http://www.w3.org/2005/Atom</value></field>
|
||||
<field var='pubsub#type'><value>urn:example:e2ee:bundle</value></field>
|
||||
<field var='pubsub#body_xslt'>
|
||||
<value>http://jabxslt.jabberstudio.org/atom_body.xslt</value>
|
||||
</field>
|
||||
@ -3633,8 +3639,8 @@ And by opposing end them?
|
||||
<value>headline</value>
|
||||
</field>
|
||||
<field var='pubsub#type' type='text-single'
|
||||
label='Specify the type of payload data to be provided at this node'>
|
||||
<value>http://www.w3.org/2005/Atom</value>
|
||||
label='Specify the semantic type of payload data to be provided at this node.'>
|
||||
<value>urn:example:e2ee:bundle</value>
|
||||
</field>
|
||||
<field var='pubsub#dataform_xslt' type='text-single'
|
||||
label='Payload XSLT'/>
|
||||
@ -3758,7 +3764,7 @@ And by opposing end them?
|
||||
<field var='pubsub#notify_retract'><value>0</value></field>
|
||||
<field var='pubsub#notify_sub'><value>0</value></field>
|
||||
<field var='pubsub#max_payload_size'><value>1028</value></field>
|
||||
<field var='pubsub#type'><value>http://www.w3.org/2005/Atom</value></field>
|
||||
<field var='pubsub#type'><value>urn:example:e2ee:bundle</value></field>
|
||||
<field var='pubsub#body_xslt'>
|
||||
<value>http://jabxslt.jabberstudio.org/atom_body.xslt</value>
|
||||
</field>
|
||||
@ -3840,7 +3846,7 @@ And by opposing end them?
|
||||
<field var='pubsub#send_last_published_item'><value>never</value></field>
|
||||
<field var='pubsub#presence_based_delivery'><value>0</value></field>
|
||||
<field var='pubsub#notification_type'><value>headline</value></field>
|
||||
<field var='pubsub#type'><value>http://www.w3.org/2005/Atom</value></field>
|
||||
<field var='pubsub#type'><value>urn:example:e2ee:bundle</value></field>
|
||||
<field var='pubsub#body_xslt'>
|
||||
<value>http://jabxslt.jabberstudio.org/atom_body.xslt</value>
|
||||
</field>
|
||||
@ -6429,7 +6435,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
||||
label='The name of the node'/>
|
||||
<field var='pubsub#type'
|
||||
type='text-single'
|
||||
label='Payload type'/>
|
||||
label='Payload semantic type information'/>
|
||||
<field var='pubsub#max_items'
|
||||
type='text-single'
|
||||
label='Max # of items to persist'/>
|
||||
@ -6614,8 +6620,8 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
||||
label='A friendly name for the node'/>
|
||||
<field var='pubsub#type'
|
||||
type='text-single'
|
||||
label='The type of node data, usually specified by
|
||||
the namespace of the payload (if any)'/>
|
||||
label='The semantic type information of data in the node, usually specified
|
||||
by the namespace of the payload (if any)'/>
|
||||
</form_type>
|
||||
]]></code>
|
||||
</section3>
|
||||
|
Loading…
Reference in New Issue
Block a user