Add a new client certificate management parser (XEP-0257).

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-08 15:53:55 +02:00
commit 46522ceb19
6 changed files with 230 additions and 0 deletions

View file

@ -150,6 +150,9 @@ pub mod bob;
/// XEP-0234: Jingle File Transfer
pub mod jingle_ft;
/// XEP-0257: Client Certificate Management for SASL EXTERNAL
pub mod cert_management;
/// XEP-0260: Jingle SOCKS5 Bytestreams Transport Method
pub mod jingle_s5b;