diff --git a/Replicator/Replicator.hh b/Replicator/Replicator.hh index 09d0b5365..f5ec4a433 100644 --- a/Replicator/Replicator.hh +++ b/Replicator/Replicator.hh @@ -26,8 +26,7 @@ namespace litecore::repl { class Puller; class ReplicatedRev; - static const array kCompatProtocols = {{string(blip::Connection::kWSProtocolName) + "+CBMobile_3", - string(blip::Connection::kWSProtocolName) + "+CBMobile_2"}}; + static const array kCompatProtocols = {{string(blip::Connection::kWSProtocolName) + "+CBMobile_4"}}; /** The top-level replicator object, which runs the BLIP connection. Pull and push operations are run by subidiary Puller and Pusher objects.