Module sm

Source
Expand description

XEP-0198: Stream Management

Structs§

A
Acknowledgement of the currently received stanzas.
Enable
Client request for enabling stream management.
Enabled
Server response once stream management is enabled.
Failed
A stream management error happened.
HandledCountTooHigh
Application-specific error condition to use when the peer acknowledges more stanzas than the local side has sent.
R
Requests the currently received stanzas by the other party.
Resume
Requests a stream resumption.
Resumed
The response by the server for a successfully resumed stream.
StreamId
A random identifier used for stream resumption.
StreamManagement
Represents availability of Stream Management in <stream:features/>.

Enums§

Nonza
Enum which allows parsing/serialising any XEP-0198 element.