Module xmpp_parsers::stream_limits
source · Expand description
XEP-0478: Stream Limits Advertisement
Structs§
- 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.
- Convert a
IdleSeconds
into XML events. - Build a
IdleSeconds
from XML events. - Advertises limits on this stream.
- Convert a
Limits
into XML events. - Build a
Limits
from XML events. - Maximum size of any first-level stream elements (including stanzas), in bytes the announcing entity is willing to accept.
- Convert a
MaxBytes
into XML events. - Build a
MaxBytes
from XML events.