Add a component handshake parser.
This commit is contained in:
parent
395b64e644
commit
011308b4b4
3 changed files with 38 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue