Add a legacy caps parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-25 02:34:03 +01:00
commit dfdfd8cf71
4 changed files with 304 additions and 0 deletions

View file

@ -18,6 +18,7 @@ extern crate minidom;
extern crate jid;
extern crate base64;
extern crate digest;
extern crate sha_1;
extern crate sha2;
extern crate sha3;
extern crate blake2;
@ -75,6 +76,9 @@ pub mod rsm;
/// XEP-0085: Chat State Notifications
pub mod chatstates;
/// XEP-0115: Entity Capabilities
pub mod caps;
/// XEP-0166: Jingle
pub mod jingle;