Module xmpp_parsers::blocking
source · Expand description
XEP-0191: Blocking Command
Structs§
- A query to block one or more JIDs.
- The application-specific error condition when a message is blocked.
- Build a
Blocked
from XML events - Decompose a
Blocked
into XML events - The element requesting the blocklist, the result iq will contain a BlocklistResult.
- Build a
BlocklistRequest
from XML events - Decompose a
BlocklistRequest
into XML events - The element containing the current blocklist, as a reply from BlocklistRequest.
- A query to unblock one or more JIDs, or all of them.