Add a blocking command parser (XEP-0191).

This commit is contained in:
Emmanuel Gil Peyrot 2017-10-31 15:48:11 +00:00
commit b7b3340c9f
3 changed files with 173 additions and 0 deletions

View file

@ -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;