mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-04 06:52:17 -05:00
XEP-0198: Fixed spelling (too/to)
This commit is contained in:
parent
d688a35e52
commit
e40792b25a
@ -436,7 +436,7 @@
|
|||||||
<example caption='Entity closes stream because peer acknowledges more stanzas than it was sent'><![CDATA[
|
<example caption='Entity closes stream because peer acknowledges more stanzas than it was sent'><![CDATA[
|
||||||
<stream:error>
|
<stream:error>
|
||||||
<undefined-condition xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
|
<undefined-condition xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
|
||||||
<handled-count-too-high xmlns='urn:xmpp:sm:3' h='10' send-count='8'/>
|
<handled-count-to-high xmlns='urn:xmpp:sm:3' h='10' send-count='8'/>
|
||||||
<text xml:lang='en' xmlns='urn:ietf:params:xml:ns:xmpp-streams'>
|
<text xml:lang='en' xmlns='urn:ietf:params:xml:ns:xmpp-streams'>
|
||||||
You acknowledged 10 stanzas, but I only sent you 8 so far.
|
You acknowledged 10 stanzas, but I only sent you 8 so far.
|
||||||
</text>
|
</text>
|
||||||
@ -693,7 +693,7 @@
|
|||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
|
|
||||||
<xs:element name='handled-count-too-high'>
|
<xs:element name='handled-count-to-high'>
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:attribute name='send-count'
|
<xs:attribute name='send-count'
|
||||||
type='xs:unsignedInt'
|
type='xs:unsignedInt'
|
||||||
|
Loading…
Reference in New Issue
Block a user