mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0060: retrieve-default-sub
feature missing in XML Schema.
This commit is contained in:
parent
6596b932d6
commit
5a40e5ec6a
@ -6076,6 +6076,11 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
||||
<desc>Retrieval of default node configuration is supported.</desc>
|
||||
<doc>XEP-0060</doc>
|
||||
</var>
|
||||
<var>
|
||||
<name>http://jabber.org/protocol/pubsub#retrieve-default-sub</name>
|
||||
<desc>Retrieval of default subscription configuration is supported.</desc>
|
||||
<doc>XEP-0060</doc>
|
||||
</var>
|
||||
<var>
|
||||
<name>http://jabber.org/protocol/pubsub#retrieve-items</name>
|
||||
<desc>Item retrieval is supported.</desc>
|
||||
@ -6855,6 +6860,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
|
||||
<xs:enumeration value='retract-items'/>
|
||||
<xs:enumeration value='retrieve-affiliations'/>
|
||||
<xs:enumeration value='retrieve-default'/>
|
||||
<xs:enumeration value='retrieve-default-sub'/>
|
||||
<xs:enumeration value='retrieve-items'/>
|
||||
<xs:enumeration value='retrieve-subscriptions'/>
|
||||
<xs:enumeration value='subscribe'/>
|
||||
|
Loading…
Reference in New Issue
Block a user