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@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
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='urn:xmpp:xbosh'
|
||||
xmlns='urn:xmpp:xbosh'
|
||||
elementFormDefault='qualified'>
|
||||
xmlns='http://jabber.org/protocol/httpbind'
|
||||
attributeFormDefault='qualified'
|
||||
elementFormDefault='unqualified'>
|
||||
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
@ -362,10 +363,10 @@ Content-Length: 68
|
||||
<xs:import namespace='http://etherx.jabber.org/streams'
|
||||
schemaLocation='http://www.xmpp.org/schemas/streams.xsd'/>
|
||||
|
||||
<xs:element xmlns:bosh='http://etherx.jabber.org/streams'>
|
||||
name='bosh:body'>
|
||||
<xs:element name='body'>
|
||||
<xs:complexType>
|
||||
<xs:choice xmlns:stream='http://etherx.jabber.org/streams'>
|
||||
xmlns:xmpp='urn:xmpp:xbosh'>
|
||||
<xs:element ref='stream:features'
|
||||
minOccurs='0'
|
||||
maxOccurs='1'/>
|
||||
@ -387,11 +388,11 @@ Content-Length: 68
|
||||
maxOccurs='unbounded'
|
||||
processContents='lax'/>
|
||||
</xs:choice>
|
||||
<xs:attribute name='restart'
|
||||
<xs:attribute name='xmpp:restart'
|
||||
type='xs:boolean'
|
||||
use='optional'
|
||||
default='false'/>
|
||||
<xs:attribute name='version'
|
||||
<xs:attribute name='xmpp:version'
|
||||
type='xs:string'
|
||||
use='optional'
|
||||
default='1.0'/>
|
||||
|
Loading…
Reference in New Issue
Block a user