mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 01:32:22 -05:00
XEP-0060: Add missing querytype 'retrieve' action and 'item' key to registry submission
This commit is contained in:
parent
f33f609b1b
commit
387cc1e151
14
xep-0060.xml
14
xep-0060.xml
@ -49,6 +49,12 @@
|
||||
&pgmillard;
|
||||
&stpeter;
|
||||
&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>
|
||||
@ -6630,12 +6636,20 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
|
||||
<name>unsubscribe</name>
|
||||
<desc>enables unsubscribing from a pubsub node</desc>
|
||||
</value>
|
||||
<value>
|
||||
<name>retrieve</name>
|
||||
<desc>enables retrieving a specific item from a pubsub node</desc>
|
||||
</value>
|
||||
</values>
|
||||
</key>
|
||||
<key>
|
||||
<name>node</name>
|
||||
<desc>the pubsub node</desc>
|
||||
</key>
|
||||
<key>
|
||||
<name>item</name>
|
||||
<desc>the pubsub item</desc>
|
||||
</key>
|
||||
</keys>
|
||||
</querytype>
|
||||
]]></code>
|
||||
|
Loading…
Reference in New Issue
Block a user