Expand description
XEP-0478: Stream Limits Advertisement
Structsยง
- Idle
Seconds - Number of seconds without any traffic from the iniating entity after which the server may consider the stream idle, and either perform liveness checks or terminate the stream.
- Idle
Seconds AsXml Iterator - Convert a
IdleSeconds
into XML events. - Idle
Seconds From XmlBuilder - Build a
IdleSeconds
from XML events. - Limits
- Advertises limits on this stream.
- Limits
AsXml Iterator - Convert a
Limits
into XML events. - Limits
From XmlBuilder - Build a
Limits
from XML events. - MaxBytes
- Maximum size of any first-level stream elements (including stanzas), in bytes the announcing entity is willing to accept.
- MaxBytes
AsXml Iterator - Convert a
MaxBytes
into XML events. - MaxBytes
From XmlBuilder - Build a
MaxBytes
from XML events.