mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
schema fixes
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2507 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
0491de5f76
commit
1835ec8a70
@ -6468,8 +6468,8 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=unsubscribe;node=princely_musings
|
||||
|
||||
<xs:element name='subscriptions'>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref='subscription' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
|
||||
<xs:element ref='subscription'/>
|
||||
</xs:sequence>
|
||||
<xs:attribute name='node' type='xs:string' use='optional'/>
|
||||
</xs:complexType>
|
||||
|
Loading…
Reference in New Issue
Block a user