Add a blocking command parser (XEP-0191).
This commit is contained in:
parent
f85b451fcf
commit
b7b3340c9f
3 changed files with 173 additions and 0 deletions
|
|
@ -301,6 +301,9 @@ pub mod jingle;
|
|||
/// XEP-0184: Message Delivery Receipts
|
||||
pub mod receipts;
|
||||
|
||||
/// XEP-0191: Blocking Command
|
||||
pub mod blocking;
|
||||
|
||||
/// XEP-0199: XMPP Ping
|
||||
pub mod ping;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue