-
Notifications
You must be signed in to change notification settings - Fork 15
/
errors.xml
54 lines (54 loc) · 1.62 KB
/
errors.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE registry SYSTEM 'reg.dtd' [
<!ENTITY % ents SYSTEM 'reg.ent'>
<!ELEMENT registry ( meta, condition* ) >
<!ELEMENT condition ( ns, element, desc, doc ) >
<!ELEMENT element (#PCDATA)* >
<!ELEMENT ns (#PCDATA)* >
%ents;
]>
<?xml-stylesheet type='text/xsl' href='errors.xsl'?>
<registry>
<meta>
<title>Application-Specific Error Conditions</title>
&LEGALNOTICE;
<overview>This is the official registry of application-specific error conditions as maintained by the ®ISTRAR; and authorized by &xep0182;.</overview>
<revision>
<version>0.2</version>
<date>2009-01-07</date>
<initials>psa</initials>
<remark>Added errors from XEP-0205.</remark>
</revision>
<revision>
<version>0.1</version>
<date>2006-05-16</date>
<initials>psa</initials>
<remark>Initial version.</remark>
</revision>
</meta>
<condition>
<ns>urn:xmpp:errors</ns>
<element>resource-limit-exceeded</element>
<desc>
The account is not allowed to bind more resources at this time.
</desc>
<doc>&xep0205;</doc>
</condition>
<condition>
<ns>urn:xmpp:errors</ns>
<element>stanza-too-big</element>
<desc>
The stanza is larger than the processing entity will accept.
</desc>
<doc>&xep0182;</doc>
</condition>
<condition>
<ns>urn:xmpp:errors</ns>
<element>too-many-stanzas</element>
<desc>
A connected client has attempted to send multiple stanzas to
too many different intended recipients in a given time period.
</desc>
<doc>&xep0205;</doc>
</condition>
</registry>