Add a new client certificate management parser (XEP-0257).
This commit is contained in:
parent
d9a6aeea99
commit
46522ceb19
6 changed files with 230 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue