mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-03 06:22:16 -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[
|
||||
<stream:error>
|
||||
<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'>
|
||||
You acknowledged 10 stanzas, but I only sent you 8 so far.
|
||||
</text>
|
||||
@ -693,7 +693,7 @@
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
<xs:element name='handled-count-too-high'>
|
||||
<xs:element name='handled-count-to-high'>
|
||||
<xs:complexType>
|
||||
<xs:attribute name='send-count'
|
||||
type='xs:unsignedInt'
|
||||
|
Loading…
Reference in New Issue
Block a user