Add a component handshake parser.

This commit is contained in:
Emmanuel Gil Peyrot 2018-03-01 10:57:01 +01:00
commit 011308b4b4
3 changed files with 38 additions and 0 deletions

View file

@ -101,6 +101,9 @@ pub mod version;
/// XEP-0107: User Mood
pub mod mood;
/// XEP-0114: Jabber Component Protocol
pub mod component;
/// XEP-0115: Entity Capabilities
pub mod caps;