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