From d6352bc889638b82a887e0a1a138f2b8086dbbdb Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Sun, 22 Mar 2026 18:56:58 +0000 Subject: Handle extension packets using binary frames The subprotocol shall use binary frames, and AO protocol stays separated within the text frames. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c5930f7..cdd5952 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,6 +119,7 @@ qt_add_executable(Attorney_Online src/keyring.cpp src/ext_packet.h src/ext_packet.cpp + src/ext_distribution.cpp src/vli.h src/vli.c src/auth_flow.h -- cgit