departures

open fun departures(): Flow<String>

Cold flow that emits a Tag.peerKey for every peer that leaves the network. Implementations that do not support departure events (e.g. test fakes that emit a fixed roster) may return emptyFlow.

Stays open until the collector's scope is cancelled.