diff --git a/xep-0478.xml b/xep-0478.xml
index 8df0c5094..e72cbbbe2 100644
--- a/xep-0478.xml
+++ b/xep-0478.xml
@@ -27,6 +27,18 @@
This documents describes a mechanism for communicating limits, such as stanza size limits that is in effect on a particular stream, in order to allow the sending party to avoid reaching those limits. Where stanza size limits have been deployed, very often this leads to problems with large stanzas causing connection outages, most often &xep0084; and &xep0053; result stanzas, which can be very large due to embedded images. If stanza size limit violations are met with stream errors then this may lead to temporary connection outage, which may a few seconds to recover from. If stanza size limit violations are met with stream errors then this may lead to temporary connection outage, which may take a few seconds to recover from. For any XMPP stream, there is an "initiating entity" (a client or server) and a "responding entity" that they are connecting to. The responding entity advertises its limits in the <stream:features/> element that it sends at the start of the stream. The limits are enclosed in a <limits/> element qualified by the 'urn:xmpp:stream-limits:0' namespace. This element SHOULD contain the following child elements:
+
+
-
-
The limits are enclosed in a <limits/> element qualified by the 'urn:xmpp:stream-limits:0' namespace. This element MAY contain the following child elements:
+Servers using &xep0288; to establish a bidirectional stream with another server do not get an opportunity to send <stream:features/> to the responding entity. For a server to advertise the limits about what it is willing to accept on such a stream, the <limits/> element can be included in the <bidi/> element.
-The ability for a client to announce limits on what it will receive on a client-to-server stream is deliberately not provided by this specification. This vastly simplifies discovery of the maximum limits between any two JIDs, and it avoids situations where the server is unable to deliver incoming stanzas to some or all of an account's connected clients. Clients will already be protected from denial-of-service through excessive stanza sizes due to the server's own limits.
TBD.
+
+
+
+
+
+
+ The protocol documented by this schema is defined in
+ XEP-0478: https://xmpp.org/extensions/xep-0478.html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+]]>