Module blocking

Source
Expand description

XEP-0191: Blocking Command

Structsยง

BlocklistRequest
The element requesting the blocklist, the result iq will contain a BlocklistResult.
BlocklistRequestFromXmlBuilder
Build a BlocklistRequest from XML events.
BlocklistRequestAsXmlIterator
Convert a BlocklistRequest into XML events.
BlocklistResult
The element containing the current blocklist, as a reply from BlocklistRequest.
Block
A query to block one or more JIDs.
Unblock
A query to unblock one or more JIDs, or all of them.
Blocked
The application-specific error condition when a message is blocked.
BlockedFromXmlBuilder
Build a Blocked from XML events.
BlockedAsXmlIterator
Convert a Blocked into XML events.