aboutsummaryrefslogtreecommitdiff
path: root/src/message/handshake/mod.rs
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-01-21 14:57:22 +0100
committerMax Audron <audron@cocaine.farm>2021-01-21 14:57:22 +0100
commit2405fa686a53f1d895807b1658c38a5e7e7693a0 (patch)
treed40a9430a421d3ca4a28ce2ad98b51e3d731f265 /src/message/handshake/mod.rs
parentMerge branch 'client' (diff)
reorganize tests and add quassel features
Diffstat (limited to '')
-rw-r--r--src/message/handshake/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/message/handshake/mod.rs b/src/message/handshake/mod.rs
index 9885012..c180c5e 100644
--- a/src/message/handshake/mod.rs
+++ b/src/message/handshake/mod.rs
@@ -5,6 +5,7 @@ mod clientlogin;
mod clientloginack;
mod clientloginreject;
mod connack;
+mod features;
mod init;
mod protocol;
mod sessioninit;
@@ -17,6 +18,7 @@ pub use clientlogin::*;
pub use clientloginack::*;
pub use clientloginreject::*;
pub use connack::*;
+pub use features::*;
pub use init::*;
pub use protocol::*;
pub use sessioninit::*;