mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-17 07:40:08 -05:00
Merge branch 'feature/xep-0060-2' into premerge
This commit is contained in:
commit
ed292eab5d
22
xep-0060.xml
22
xep-0060.xml
@ -49,6 +49,18 @@
|
|||||||
&pgmillard;
|
&pgmillard;
|
||||||
&stpeter;
|
&stpeter;
|
||||||
&ralphm;
|
&ralphm;
|
||||||
|
<revision>
|
||||||
|
<version>1.19.0</version>
|
||||||
|
<date>2020-08-16</date>
|
||||||
|
<initials>ps</initials>
|
||||||
|
<remark><p>Add missing 'item' key and 'retrieve' action to query type registry.</p></remark>
|
||||||
|
</revision>
|
||||||
|
<revision>
|
||||||
|
<version>1.18.1</version>
|
||||||
|
<date>2020-08-25</date>
|
||||||
|
<initials>lnjx</initials>
|
||||||
|
<remark><p>Fix trivial typo</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.18.0</version>
|
<version>1.18.0</version>
|
||||||
<date>2020-02-27</date>
|
<date>2020-02-27</date>
|
||||||
@ -4188,7 +4200,7 @@ And by opposing end them?
|
|||||||
<field var='pubsub#node' type='text-single' label='Node ID'>
|
<field var='pubsub#node' type='text-single' label='Node ID'>
|
||||||
<value>princely_musings</value>
|
<value>princely_musings</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pusub#subscriber_jid' type='jid-single' label='Subscriber Address'>
|
<field var='pubsub#subscriber_jid' type='jid-single' label='Subscriber Address'>
|
||||||
<value>horatio@denmark.lit</value>
|
<value>horatio@denmark.lit</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#allow' type='boolean'
|
<field var='pubsub#allow' type='boolean'
|
||||||
@ -6624,12 +6636,20 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
|
|||||||
<name>unsubscribe</name>
|
<name>unsubscribe</name>
|
||||||
<desc>enables unsubscribing from a pubsub node</desc>
|
<desc>enables unsubscribing from a pubsub node</desc>
|
||||||
</value>
|
</value>
|
||||||
|
<value>
|
||||||
|
<name>retrieve</name>
|
||||||
|
<desc>enables retrieving a specific item from a pubsub node</desc>
|
||||||
|
</value>
|
||||||
</values>
|
</values>
|
||||||
</key>
|
</key>
|
||||||
<key>
|
<key>
|
||||||
<name>node</name>
|
<name>node</name>
|
||||||
<desc>the pubsub node</desc>
|
<desc>the pubsub node</desc>
|
||||||
</key>
|
</key>
|
||||||
|
<key>
|
||||||
|
<name>item</name>
|
||||||
|
<desc>the pubsub item</desc>
|
||||||
|
</key>
|
||||||
</keys>
|
</keys>
|
||||||
</querytype>
|
</querytype>
|
||||||
]]></code>
|
]]></code>
|
||||||
|
Loading…
Reference in New Issue
Block a user