From db07bda7f7b1ab7f5f219a9ed3d7f732b7da66b0 Mon Sep 17 00:00:00 2001 From: "zugz (tox)" Date: Sun, 1 Mar 2020 00:00:00 +0000 Subject: Add "member" invite response This allows invitations to work in the case that the invitee is already in the group, which can happen if the group becomes split. Such an invitation is automatically accepted, leading to the peers becoming connected in the group and sharing peer lists. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 81a41e7f..355fd103 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -397,6 +397,7 @@ auto_test(TCP) auto_test(bootstrap) auto_test(conference) auto_test(conference_double_invite) +auto_test(conference_invite_merge) auto_test(conference_peer_nick) auto_test(conference_simple) auto_test(conference_two) -- cgit v1.2.3