From 2405fa686a53f1d895807b1658c38a5e7e7693a0 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 21 Jan 2021 14:57:22 +0100 Subject: reorganize tests and add quassel features --- src/message/handshake/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/message/handshake/mod.rs') 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::*; -- cgit v1.2.3