xmpp_parsers

Module stream_limits

Source
Expand description

XEP-0478: Stream Limits Advertisement

Structsยง

IdleSeconds
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.
IdleSecondsAsXmlIterator
Convert a IdleSeconds into XML events.
IdleSecondsFromXmlBuilder
Build a IdleSeconds from XML events.
Limits
Advertises limits on this stream.
LimitsAsXmlIterator
Convert a Limits into XML events.
LimitsFromXmlBuilder
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.
MaxBytesAsXmlIterator
Convert a MaxBytes into XML events.
MaxBytesFromXmlBuilder
Build a MaxBytes from XML events.