Expand description
XEP-0191: Blocking Command
Structsยง
- Blocklist
Request - The element requesting the blocklist, the result iq will contain a BlocklistResult.
- Blocklist
Request From XmlBuilder - Build a
BlocklistRequest
from XML events. - Blocklist
Request AsXml Iterator - Convert a
BlocklistRequest
into XML events. - Blocklist
Result - 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.
- Blocked
From XmlBuilder - Build a
Blocked
from XML events. - Blocked
AsXml Iterator - Convert a
Blocked
into XML events.