|
|
|
@ -49,6 +49,18 @@
|
|
|
|
|
&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>
|
|
|
|
|
<initials>lnjx</initials>
|
|
|
|
|
<remark><p>Fix trivial typo</p></remark>
|
|
|
|
|
</revision>
|
|
|
|
|
<revision>
|
|
|
|
|
<version>1.18.0</version>
|
|
|
|
|
<date>2020-02-27</date>
|
|
|
|
@ -4188,7 +4200,7 @@ And by opposing end them?
|
|
|
|
|
<field var='pubsub#node' type='text-single' label='Node ID'>
|
|
|
|
|
<value>princely_musings</value>
|
|
|
|
|
</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>
|
|
|
|
|
</field>
|
|
|
|
|
<field var='pubsub#allow' type='boolean'
|
|
|
|
@ -6624,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>
|
|
|
|
|