XEP-0060: Make @node optional in the schema, see section 5.7.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-14 19:45:16 +02:00
parent 0d904db40b
commit cbd2c80f4b
1 changed files with 1 additions and 1 deletions

View File

@ -6590,7 +6590,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
<xs:sequence>
<xs:element ref='affiliation' minOccurs='0' maxOccurs='unbounded'/>
</xs:sequence>
<xs:attribute name='node' type='xs:string' use='required'/>
<xs:attribute name='node' type='xs:string' use='optional'/>
</xs:complexType>
</xs:element>