mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-28 04:02:20 -05:00
schema fixes
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2921 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
6e26eb879a
commit
78fb34e5d5
13
xep-0206.xml
13
xep-0206.xml
@ -346,8 +346,9 @@ Content-Length: 68
|
|||||||
<xs:schema
|
<xs:schema
|
||||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||||
targetNamespace='urn:xmpp:xbosh'
|
targetNamespace='urn:xmpp:xbosh'
|
||||||
xmlns='urn:xmpp:xbosh'
|
xmlns='http://jabber.org/protocol/httpbind'
|
||||||
elementFormDefault='qualified'>
|
attributeFormDefault='qualified'
|
||||||
|
elementFormDefault='unqualified'>
|
||||||
|
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>
|
<xs:documentation>
|
||||||
@ -362,10 +363,10 @@ Content-Length: 68
|
|||||||
<xs:import namespace='http://etherx.jabber.org/streams'
|
<xs:import namespace='http://etherx.jabber.org/streams'
|
||||||
schemaLocation='http://www.xmpp.org/schemas/streams.xsd'/>
|
schemaLocation='http://www.xmpp.org/schemas/streams.xsd'/>
|
||||||
|
|
||||||
<xs:element xmlns:bosh='http://etherx.jabber.org/streams'>
|
<xs:element name='body'>
|
||||||
name='bosh:body'>
|
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:choice xmlns:stream='http://etherx.jabber.org/streams'>
|
<xs:choice xmlns:stream='http://etherx.jabber.org/streams'>
|
||||||
|
xmlns:xmpp='urn:xmpp:xbosh'>
|
||||||
<xs:element ref='stream:features'
|
<xs:element ref='stream:features'
|
||||||
minOccurs='0'
|
minOccurs='0'
|
||||||
maxOccurs='1'/>
|
maxOccurs='1'/>
|
||||||
@ -387,11 +388,11 @@ Content-Length: 68
|
|||||||
maxOccurs='unbounded'
|
maxOccurs='unbounded'
|
||||||
processContents='lax'/>
|
processContents='lax'/>
|
||||||
</xs:choice>
|
</xs:choice>
|
||||||
<xs:attribute name='restart'
|
<xs:attribute name='xmpp:restart'
|
||||||
type='xs:boolean'
|
type='xs:boolean'
|
||||||
use='optional'
|
use='optional'
|
||||||
default='false'/>
|
default='false'/>
|
||||||
<xs:attribute name='version'
|
<xs:attribute name='xmpp:version'
|
||||||
type='xs:string'
|
type='xs:string'
|
||||||
use='optional'
|
use='optional'
|
||||||
default='1.0'/>
|
default='1.0'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user