Module xmpp_parsers::csi
source · Expand description
XEP-0352: Client State Indication
Structs§
- Client indicates it is active again.
- Build a
Active
from XML events - Decompose a
Active
into XML events - Stream:feature sent by the server to advertise it supports CSI.
- Build a
Feature
from XML events - Decompose a
Feature
into XML events - Client indicates it is inactive.
- Build a
Inactive
from XML events - Decompose a
Inactive
into XML events